ACE  6.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ACE_Dumpable_Adapter< Concrete > Class Template Reference

This class inherits the interface of the abstract ACE_Dumpable class and is instantiated with the implementation of the concrete component class <class concrete>="">. More...

#include <Dump_T.h>

Inheritance diagram for ACE_Dumpable_Adapter< Concrete >:
Inheritance graph
[legend]
Collaboration diagram for ACE_Dumpable_Adapter< Concrete >:
Collaboration graph
[legend]

Public Member Functions

 ACE_Dumpable_Adapter (const Concrete *t)
 
 ~ACE_Dumpable_Adapter (void)
 
virtual void dump (void) const
 
Concrete * operator-> () const
 Delegate to methods in the Concrete class. More...
 
- Public Member Functions inherited from ACE_Dumpable
 ACE_Dumpable (const void *)
 Constructor. More...
 

Private Attributes

const Concrete * this_
 Pointer to this of <class concrete>="">. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ACE_Dumpable
virtual ~ACE_Dumpable (void)
 

Detailed Description

template<class Concrete>
class ACE_Dumpable_Adapter< Concrete >

This class inherits the interface of the abstract ACE_Dumpable class and is instantiated with the implementation of the concrete component class <class concrete>="">.

This design is similar to the Adapter and Decorator patterns from the ``Gang of Four'' book. Note that <class concrete>=""> need not inherit from a common class since ACE_Dumpable provides the uniform virtual interface!

Constructor & Destructor Documentation

template<class Concrete >
ACE_Dumpable_Adapter< Concrete >::ACE_Dumpable_Adapter ( const Concrete *  t)
template<class Concrete >
ACE_Dumpable_Adapter< Concrete >::~ACE_Dumpable_Adapter ( void  )

Member Function Documentation

template<class Concrete >
void ACE_Dumpable_Adapter< Concrete >::dump ( void  ) const
virtual

Concrete dump method (simply delegates to the dump() method of <class concrete>="">).

Implements ACE_Dumpable.

template<class Concrete >
Concrete * ACE_Dumpable_Adapter< Concrete >::operator-> ( void  ) const

Delegate to methods in the Concrete class.

Member Data Documentation

template<class Concrete >
const Concrete* ACE_Dumpable_Adapter< Concrete >::this_
private

Pointer to this of <class concrete>="">.


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