Gaudi Framework, version v21r7p1

Home   Generated: 15 Feb 2010

FastContainersSvc::StoreResetter Class Reference

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

Inheritance diagram for FastContainersSvc::StoreResetter:

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

Collaboration graph
[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 Mon Feb 15 17:39:28 2010 for Gaudi Framework, version v21r7p1 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004