#include <Dump.h>
Inheritance diagram for ACE_Dumpable
Public Methods | |
ACE_Dumpable (const void *) | |
Constructor. | |
virtual void | dump (void) const = 0 |
This pure virtual method must be filled in by a subclass. | |
Protected Methods | |
virtual | ~ACE_Dumpable (void) |
Private Attributes | |
const void* | this_ |
Pointer to the object that is being stored. | |
Friends | |
class | ACE_ODB |
class | ACE_Dumpable_Ptr |
|
Constructor.
|
|
|
|
This pure virtual method must be filled in by a subclass.
Reimplemented in ACE_Dumpable_Adapter. |
|
|
|
|
|
Pointer to the object that is being stored.
Reimplemented in ACE_Dumpable_Adapter. |