ACE 8.0.5
Loading...
Searching...
No Matches
ACE_Dumpable Class Referenceabstract

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

#include <Dump.h>

Public Member Functions

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

Protected Member Functions

virtual ~ACE_Dumpable ()

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::ACE_Dumpable ( const void * this_ptr)

Constructor.

◆ ~ACE_Dumpable()

ACE_Dumpable::~ACE_Dumpable ( )
protectedvirtual

Member Function Documentation

◆ dump()

virtual void ACE_Dumpable::dump ( ) const
pure virtual

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

◆ ACE_Dumpable_Ptr

friend class ACE_Dumpable_Ptr
friend

◆ ACE_ODB

friend class ACE_ODB
friend

Member Data Documentation

◆ this_

const void* ACE_Dumpable::this_
private

Pointer to the object that is being stored.


The documentation for this class was generated from the following files: