System documentation of the GNU Image-Finding Tool

Public Member Functions | Protected Attributes | List of all members
CReaper Class Referenceabstract

Author of this file: Wolfgang Müller. More...

#include <CReaper.h>

Inheritance diagram for CReaper:
CRPipe

Public Member Functions

 CReaper (int inPID)
 the PID for which this reaper is responsible
 
virtual void reap ()=0
 react to a sigchild signal
 
int getPID () const
 get the PID of this reaper
 

Protected Attributes

int mPID
 the ID of the process to which the reaper belongs
 

Detailed Description

Author of this file: Wolfgang Müller.

This file is what Wall et al. call REAPER in the perlipc manpage. It class knows which PID it's waiting for. When the time has come the reaper distributor will call reap() on this.

Author
: Wolfgang Mueller
See also
: CReaperDistributor, man perlipc

The documentation for this class was generated from the following file:

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen