Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

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 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

Detailed Description

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


Constructor & Destructor Documentation

ACE_Dumpable::ACE_Dumpable ( const void * this_ptr )
 

Constructor.

const char *get_rcsid_ace _ ACE_Dumpable::~ACE_Dumpable ( void ) [inline, protected, virtual]
 


Member Function Documentation

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

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

Reimplemented in ACE_Dumpable_Adapter.


Friends And Related Function Documentation

class ACE_Dumpable_Ptr [friend]
 

class ACE_ODB [friend]
 


Member Data Documentation

const void * ACE_Dumpable::this_ [private]
 

Pointer to the object that is being stored.

Reimplemented in ACE_Dumpable_Adapter.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:01:42 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000