|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |


Definition at line 59 of file FastContainersSvc.h.
Private Member Functions | |
| virtual bool | analyse (IRegistry *pRegistry, int) |
| Analyse the data object. | |
| 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.
00061 { 00062 TransientFastContainerBase* fc = 00063 dynamic_cast<TransientFastContainerBase*>(pRegistry->object()); 00064 if ( 0 != fc ) fc->clear(); 00065 return true; 00066 }