ACE 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
ACE_Dumpable Class Referenceabstract

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

#include <Dump.h>

Inheritance diagram for ACE_Dumpable:
Inheritance graph
[legend]

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

Implemented in ACE_Dumpable_Adapter< Concrete >.

Friends And Related Symbol Documentation

◆ ACE_Dumpable_Ptr

◆ ACE_ODB

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: