ACE_Dumpable Class Reference

Base class that defines a uniform interface for all object dumping. More...

#include <Dump.h>

Inheritance diagram for ACE_Dumpable:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ACE_Dumpable (const void *)
 Constructor.

virtual void dump (void) const=0
 This pure virtual method must be filled in by a subclass.


Protected Member Functions

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

Detailed Description

Base class that defines a uniform interface for all object dumping.

Definition at line 69 of file Dump.h.


Constructor & Destructor Documentation

ACE_Dumpable::ACE_Dumpable const void *   ) 
 

Constructor.

Definition at line 20 of file Dump.cpp.

References ACE_TRACE.

00021   : this_ (this_ptr)
00022 {
00023   ACE_TRACE ("ACE_Dumpable::ACE_Dumpable");
00024 }

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Dumpable::~ACE_Dumpable void   )  [protected, virtual]
 

Definition at line 15 of file Dump.cpp.

References ACE_TRACE.

00016 {
00017   ACE_TRACE ("ACE_Dumpable::~ACE_Dumpable");
00018 }


Member Function Documentation

virtual void ACE_Dumpable::dump void   )  const [pure virtual]
 

This pure virtual method must be filled in by a subclass.

Implemented in ACE_Dumpable_Adapter< Concrete >.


Friends And Related Function Documentation

friend class ACE_Dumpable_Ptr [friend]
 

Definition at line 73 of file Dump.h.

friend class ACE_ODB [friend]
 

Definition at line 72 of file Dump.h.


Member Data Documentation

const void* ACE_Dumpable::this_ [private]
 

Pointer to the object that is being stored.

Reimplemented in ACE_Dumpable_Adapter< Concrete >.

Definition at line 86 of file Dump.h.

Referenced by ACE_ODB::register_object().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:21:51 2006 for ACE by doxygen 1.3.6