Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Public Member Functions

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.

{} 

Member Function Documentation

virtual void TransientFastContainerBase::clear (  ) [pure virtual]

Resets the internal counter of used objects.

Implemented in TransientFastContainer< T, CLEANER >.

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

Hosted type id.

Implemented in TransientFastContainer< T, CLEANER >.

virtual void TransientFastContainerBase::free (  ) [pure virtual]

Deletes all the cached objects.

Implemented in TransientFastContainer< T, CLEANER >.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:55:12 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004