Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

TransientFastContainerBase Class Reference

Base class for TransientFastContainer. More...

#include <GaudiKernel/TransientFastContainer.h>

Inheritance diagram for TransientFastContainerBase:

Inheritance graph
[legend]
Collaboration diagram for TransientFastContainerBase:

Collaboration graph
[legend]

List of all members.

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.


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.


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 >.

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 Wed Mar 17 18:19:40 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004