|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Base class for TransientFastContainer. More...
#include <GaudiKernel/TransientFastContainer.h>


Public Member Functions | |
| virtual | ~TransientFastContainerBase () |
| Empty virtual destructor. | |
| virtual void | clear ()=0 |
| Resets the internal counter of used objects. | |
| virtual void | free ()=0 |
| Deletes all the cached objects. | |
| virtual const std::type_info & | containedType () const =0 |
| Hosted type id. | |
Base class for TransientFastContainer.
This class allow generic access to the reset method without the need to know the actual contained type.
Definition at line 21 of file TransientFastContainer.h.
| TransientFastContainerBase::~TransientFastContainerBase | ( | ) | [virtual] |
| virtual void TransientFastContainerBase::clear | ( | ) | [pure virtual] |
Resets the internal counter of used objects.
Implemented in TransientFastContainer< T, CLEANER >.
| virtual const std::type_info& TransientFastContainerBase::containedType | ( | ) | const [pure virtual] |
Hosted type id.
Implemented in TransientFastContainer< T, CLEANER >.
| virtual void TransientFastContainerBase::free | ( | ) | [pure virtual] |
Deletes all the cached objects.
Implemented in TransientFastContainer< T, CLEANER >.