Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

FastContainersSvc::StoreResetter Class Reference

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

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

List of all members.

Private Member Functions

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


Detailed Description

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

Definition at line 59 of file FastContainersSvc.h.


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 61 of file FastContainersSvc.h.

00061                                                                 {
00062       TransientFastContainerBase* fc =
00063         dynamic_cast<TransientFastContainerBase*>(pRegistry->object());
00064       if ( 0 != fc ) fc->clear();
00065       return true;
00066     }


The documentation for this class was generated from the following file:

Generated at Thu Sep 30 09:58:27 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004