ACE
6.1.0
|
Information describing each process that's controlled by an ACE_Process_Manager. More...
Public Member Functions | |
Process_Descriptor (void) | |
Default ctor/dtor. | |
~Process_Descriptor (void) | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_Process * | process_ |
Describes the process itself. | |
ACE_Event_Handler * | exit_notify_ |
Function to call when process exits. |
Information describing each process that's controlled by an ACE_Process_Manager.
This struct is for internal use only by ACE_Process_Manager.
ACE_Process_Manager::Process_Descriptor::Process_Descriptor | ( | void | ) |
Default ctor/dtor.
ACE_Process_Manager::Process_Descriptor::~Process_Descriptor | ( | void | ) |
void ACE_Process_Manager::Process_Descriptor::dump | ( | void | ) | const |
Dump the state of an object.
Function to call when process exits.
Describes the process itself.