![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/TransientFastContainer.h>
Inheritance diagram for TransientFastContainerBase:


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.
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. | |
| TransientFastContainerBase::~TransientFastContainerBase | ( | ) | [virtual] |
| virtual void TransientFastContainerBase::clear | ( | ) | [pure virtual] |
Resets the internal counter of used objects.
Implemented in TransientFastContainer< T, CLEANER >.
Referenced by FastContainersSvc::StoreResetter::analyse().
| virtual void TransientFastContainerBase::free | ( | ) | [pure virtual] |
| virtual const std::type_info& TransientFastContainerBase::containedType | ( | ) | const [pure virtual] |