ACE_Dumpable_Adapter< Concrete > Class Template ReferenceThis class inherits the interface of the abstract ACE_Dumpable class and is instantiated with the implementation of the concrete component class <class concrete>="">. More...
Inheritance diagram for ACE_Dumpable_Adapter< Concrete >:
![]()
Collaboration diagram for ACE_Dumpable_Adapter< Concrete >:
![]()
Detailed Descriptiontemplate<class 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>="">.
| ||||||||||||||||||||||||||||||||||||||||||||
| ACE_Dumpable_Adapter< Concrete >::ACE_Dumpable_Adapter | ( | const Concrete * | t | ) | [inline] |
| ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Dumpable_Adapter< Concrete >::~ACE_Dumpable_Adapter | ( | void | ) | [inline] |
| void ACE_Dumpable_Adapter< Concrete >::dump | ( | void | ) | const [inline, virtual] |
Concrete dump method (simply delegates to the <dump> method of <class concrete>="">).
Implements ACE_Dumpable.
| Concrete * ACE_Dumpable_Adapter< Concrete >::operator-> | ( | void | ) | const [inline] |
Delegate to methods in the Concrete class.
const Concrete* ACE_Dumpable_Adapter< Concrete >::this_ [private] |
1.5.5