Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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 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 Wed Feb 9 16:32:01 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004