Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Process_Descriptor Class Reference

Information describing each process that's controlled by an <ACE_Process_Manager>. More...

#include <Process_Manager.h>

Collaboration diagram for ACE_Process_Descriptor:

Collaboration graph
[legend]
List of all members.

Private Methods

 ACE_Process_Descriptor (void)
 Default ctor/dtor. More...

 ~ACE_Process_Descriptor (void)
void dump (void) const
 Dump the state of an object. More...


Private Attributes

ACE_Processprocess_
 Describes the process itself. More...

ACE_Event_Handlerexit_notify_
 function to call when process exits. More...


Friends

class ACE_Process_Manager

Detailed Description

Information describing each process that's controlled by an <ACE_Process_Manager>.


Constructor & Destructor Documentation

ACE_Process_Descriptor::ACE_Process_Descriptor void    [private]
 

Default ctor/dtor.

ACE_Process_Descriptor::~ACE_Process_Descriptor void    [private]
 


Member Function Documentation

void ACE_Process_Descriptor::dump void    const [private]
 

Dump the state of an object.


Friends And Related Function Documentation

friend class ACE_Process_Manager [friend]
 


Member Data Documentation

ACE_Event_Handler* ACE_Process_Descriptor::exit_notify_ [private]
 

function to call when process exits.

ACE_Process* ACE_Process_Descriptor::process_ [private]
 

Describes the process itself.


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 17:42:07 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001