ACE
8.0.5
Loading...
Searching...
No Matches
ace
Macros
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:
ACE_ODB::instance
()->
register_object
\
(
new
ACE_Dumpable_Adapter<CLASS>
(
this
));
ACE_ODB::register_object
void register_object(const ACE_Dumpable *dumper)
Add the tuple <dumper, this_> to the list of registered ACE objects.
Definition
Dump.cpp:96
ACE_ODB::instance
static ACE_ODB * instance()
Interface to the Singleton instance of the object database.
Definition
Dump.cpp:60
ACE_Dumpable_Adapter
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:
ACE_ODB::instance
()->
remove_object
\
((
void
*)
this
);
ACE_ODB::remove_object
void remove_object(const void *this_)
Definition
Dump.cpp:123
Generated by
1.15.0