|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Internal data store agent used to find and clear objects of type TransientFastContainerBase. More...


Private Member Functions | |
| virtual bool | analyse (IRegistry *pRegistry, int) |
| Analyse the data object. | |
Internal data store agent used to find and clear objects of type TransientFastContainerBase.
Definition at line 59 of file FastContainersSvc.h.
| virtual bool FastContainersSvc::StoreResetter::analyse | ( | IRegistry * | pObject, |
| int | level | ||
| ) | [inline, private, virtual] |
Analyse the data object.
Implements IDataStoreAgent.
Definition at line 61 of file FastContainersSvc.h.
{
TransientFastContainerBase* fc =
dynamic_cast<TransientFastContainerBase*>(pRegistry->object());
if ( 0 != fc ) fc->clear();
return true;
}