ACE 8.0.5
Loading...
Searching...
No Matches
Dump_T.h File Reference
#include "ace/Dump.h"
#include "ace/Dump_T.cpp"

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

◆ ACE_REMOVE_OBJECT

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