Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Private Member Functions

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.

                                                                {
      TransientFastContainerBase* fc =
        dynamic_cast<TransientFastContainerBase*>(pRegistry->object());
      if ( 0 != fc ) fc->clear();
      return true;
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:54:41 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004