ACE  6.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
ACE_Process_Manager::Process_Descriptor Struct Reference

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

Collaboration diagram for ACE_Process_Manager::Process_Descriptor:
Collaboration graph
[legend]

Public Member Functions

 Process_Descriptor (void)
 Default ctor/dtor. More...
 
 ~Process_Descriptor (void)
 
void dump (void) const
 Dump the state of an object. More...
 

Public Attributes

ACE_Processprocess_
 Describes the process itself. More...
 
ACE_Event_Handlerexit_notify_
 Function to call when process exits. More...
 

Detailed Description

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

This struct is for internal use only by ACE_Process_Manager.

Constructor & Destructor Documentation

ACE_Process_Manager::Process_Descriptor::Process_Descriptor ( void  )

Default ctor/dtor.

ACE_Process_Manager::Process_Descriptor::~Process_Descriptor ( void  )

Member Function Documentation

void ACE_Process_Manager::Process_Descriptor::dump ( void  ) const

Dump the state of an object.

Member Data Documentation

ACE_Event_Handler* ACE_Process_Manager::Process_Descriptor::exit_notify_

Function to call when process exits.

ACE_Process* ACE_Process_Manager::Process_Descriptor::process_

Describes the process itself.


The documentation for this struct was generated from the following files: