Gaudi Framework, version v20r2

Generated: 18 Jul 2008

FastContainersSvc::StoreResetter Class Reference

Inheritance diagram for FastContainersSvc::StoreResetter:

Inheritance graph
[legend]
Collaboration diagram for FastContainersSvc::StoreResetter:

Collaboration graph
[legend]
List of all members.

Detailed Description

Internal data store agent used to find and clear objects of type TransientFastContainerBase.

Definition at line 67 of file FastContainersSvc.h.

Private Member Functions

virtual bool analyse (IRegistry *pRegistry, int)
 Analyse the data object.


Member Function Documentation

virtual bool FastContainersSvc::StoreResetter::analyse ( IRegistry pRegistry,
int   
) [inline, private, virtual]

Analyse the data object.

Returns:
Boolean indicating wether the tree below should be analysed

Implements IDataStoreAgent.

Definition at line 69 of file FastContainersSvc.h.

References TransientFastContainerBase::clear(), and IRegistry::object().

00069                                                                 {
00070       TransientFastContainerBase* fc =
00071         dynamic_cast<TransientFastContainerBase*>(pRegistry->object());
00072       if ( 0 != fc ) fc->clear();
00073       return true;
00074     }


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