ACE_Dynamic Class ReferenceChecks to see if an object was dynamically allocated. More...
Detailed DescriptionChecks to see if an object was dynamically allocated.This class holds the pointer in a thread-safe manner between the call to operator new and the call to the constructor. Constructor & Destructor Documentation
Constructor.
Destructor.
Member Function Documentation
Sets a flag that indicates that the object was dynamically created. This method is usually called in operator new and then checked and reset in the constructor.
Resets state flag.
Member Data Documentation
Flag that indicates that the object was dynamically created. This method is usually called in operator new and then checked and reset in the constructor.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:51 2008 for ACE by ![]() |