#include <Dump.h>
Inheritance diagram for ACE_Dumpable:

Public Methods | |
| 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 Methods | |
| 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 |
Definition at line 67 of file Dump.h.
|
|
Constructor.
Definition at line 18 of file Dump.cpp. References ACE_TRACE.
|
|
|
Definition at line 13 of file Dump.cpp. References ACE_TRACE.
00014 {
00015 ACE_TRACE ("ACE_Dumpable::~ACE_Dumpable");
00016 }
|
|
|
This pure virtual method must be filled in by a subclass.
Implemented in ACE_Dumpable_Adapter. |
|
|
|
|
|
|
|
|
Pointer to the object that is being stored.
Reimplemented in ACE_Dumpable_Adapter. Definition at line 84 of file Dump.h. Referenced by ACE_ODB::register_object. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002