![]() |
|
|
Generated: 24 Nov 2008 |
#include <GaudiKernel/TransientFastContainer.h>


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] |
| virtual void TransientFastContainerBase::free | ( | ) | [pure virtual] |
| virtual const std::type_info& TransientFastContainerBase::containedType | ( | ) | const [pure virtual] |