Gaudi Framework, version v20r4

Generated: 8 Jan 2009

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 pObject,
int  level 
) [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.

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 Thu Jan 8 17:51:04 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004