Gaudi Framework, version v20r2

Generated: 18 Jul 2008

TransientFastContainerBase Class Reference

#include <GaudiKernel/TransientFastContainer.h>

Inheritance diagram for TransientFastContainerBase:

Inheritance graph
[legend]
Collaboration diagram for TransientFastContainerBase:

Collaboration graph
[legend]
List of all members.

Detailed Description

Base class for TransientFastContainer.

This class allow generic access to the reset method without the need to know the actual contained type.

Author:
Marco Clemencic
Date:
2006-05-02

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_infocontainedType () const=0
 Hosted type id.


Constructor & Destructor Documentation

TransientFastContainerBase::~TransientFastContainerBase (  )  [virtual]

Empty virtual destructor.

Definition at line 17 of file TransientFastContainer.cpp.

00017 {} 


Member Function Documentation

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]

Deletes all the cached objects.

Implemented in TransientFastContainer< T, CLEANER >.

virtual const std::type_info& TransientFastContainerBase::containedType (  )  const [pure virtual]

Hosted type id.

Implemented in TransientFastContainer< T, CLEANER >.


The documentation for this class was generated from the following files:
Generated at Fri Jul 18 12:09:36 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004