|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#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. | |
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] |
| virtual void TransientFastContainerBase::free | ( | ) | [pure virtual] |
| virtual const std::type_info& TransientFastContainerBase::containedType | ( | ) | const [pure virtual] |