ACE
6.3.3
|
Base class that defines a uniform interface for all object dumping. More...
#include <Dump.h>
Public Member Functions | |
ACE_Dumpable (const void *) | |
Constructor. More... | |
virtual void | dump (void) const =0 |
This pure virtual method must be filled in by a subclass. More... | |
Protected Member Functions | |
virtual | ~ACE_Dumpable (void) |
Private Attributes | |
const void * | this_ |
Pointer to the object that is being stored. More... | |
Friends | |
class | ACE_ODB |
class | ACE_Dumpable_Ptr |
Base class that defines a uniform interface for all object dumping.
ACE_Dumpable::ACE_Dumpable | ( | const void * | this_ptr | ) |
Constructor.
|
protectedvirtual |
|
pure virtual |
This pure virtual method must be filled in by a subclass.
Implemented in ACE_Dumpable_Adapter< Concrete >.
|
friend |
|
friend |
|
private |
Pointer to the object that is being stored.