ACE  6.3.4
Classes | Macros
Dump_T.h File Reference
#include "ace/Dump.h"
#include "ace/Dump_T.cpp"

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...
 

Macros

#define ACE_REGISTER_OBJECT(CLASS)
 
#define ACE_REMOVE_OBJECT
 

Detailed Description

Author
Doug Schmidt

Macro Definition Documentation

#define ACE_REGISTER_OBJECT (   CLASS)
Value:
static ACE_ODB * instance(void)
Interface to the Singleton instance of the object database.
Definition: Dump.cpp:60
void register_object(const ACE_Dumpable *dumper)
Add the tuple to the list of registered ACE objects.
Definition: Dump.cpp:96
This class inherits the interface of the abstract ACE_Dumpable class and is instantiated with the imp...
Definition: Dump_T.h:38
#define ACE_REMOVE_OBJECT
Value:
((void *) this);
static ACE_ODB * instance(void)
Interface to the Singleton instance of the object database.
Definition: Dump.cpp:60
void remove_object(const void *this_)
Definition: Dump.cpp:123