ACE_Object_Manager_Base Class ReferenceBase class for ACE_Object_Manager(s). More...
Inheritance diagram for ACE_Object_Manager_Base:
![]()
Collaboration diagram for ACE_Object_Manager_Base:
![]()
Detailed DescriptionBase class for ACE_Object_Manager(s).Encapsulates the most useful ACE_Object_Manager data structures. Member Enumeration Documentation
Constructor & Destructor Documentation
Default constructor.
Destructor.
Member Function Documentation
Explicitly initialize. Returns 0 on success, -1 on failure due to dynamic allocation failure (in which case errno is set to ENOMEM), or 1 if it had already been called. Implemented in ACE_Object_Manager, and ACE_OS_Object_Manager.
Explicitly destroy. Returns 0 on success, -1 on failure because the number of fini () calls hasn't reached the number of init () calls, or 1 if it had already been called. Implemented in ACE_Object_Manager, and ACE_OS_Object_Manager.
Returns 1 before ACE_Object_Manager_Base has been constructed. This flag can be used to determine if the program is constructing static objects. If no static object spawns any threads, the program will be single-threaded when this flag returns 1. (Note that the program still might construct some static objects when this flag returns 0, if ACE_HAS_NONSTATIC_OBJECT_MANAGER is not defined.)
Returns 1 after ACE_Object_Manager_Base has been destroyed. This flag can be used to determine if the program is in the midst of destroying static objects. (Note that the program might destroy some static objects before this flag can return 1, if ACE_HAS_NONSTATIC_OBJECT_MANAGER is not defined.)
Member Data DocumentationState of the Object_Manager;.
Flag indicating whether the ACE_Object_Manager was dynamically allocated by ACE. (If is was dynamically allocated by the application, then the application is responsible for destroying it.)
Link to next Object_Manager, for chaining.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:16:03 2008 for ACE by ![]() |