ACE
6.1.0
|
Classes | |
class | ACE_Dumpable_Adapter< Concrete > |
This class inherits the interface of the abstract ACE_Dumpable class and is instantiated with the implementation of the concrete component class <class concrete>="">. More... | |
Defines | |
#define | ACE_REGISTER_OBJECT(CLASS) |
#define | ACE_REMOVE_OBJECT |
#define ACE_REGISTER_OBJECT | ( | CLASS | ) |
ACE_ODB::instance ()->register_object \ (new ACE_Dumpable_Adapter<CLASS> (this));
#define ACE_REMOVE_OBJECT |
ACE_ODB::instance ()->remove_object \ ((void *) this);