ACE  7.0.0
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

◆ ACE_REGISTER_OBJECT

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

◆ ACE_REMOVE_OBJECT

#define ACE_REMOVE_OBJECT
Value:
((void *) this);
void remove_object(const void *this_)
Definition: Dump.cpp:123