|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
Private Member Functions | |
| virtual bool | analyse (IRegistry *pRegistry, int) |
| Analyse the data object. | |
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.
00061 { 00062 TransientFastContainerBase* fc = 00063 dynamic_cast<TransientFastContainerBase*>(pRegistry->object()); 00064 if ( 0 != fc ) fc->clear(); 00065 return true; 00066 }