Gaudi Framework, version v21r6

Home   Generated: 11 Nov 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 59 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 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 Wed Nov 11 16:33:01 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004