|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <IUpdateManagerSvc.h>

Public Member Functions | |
| virtual | ~BasePtrSetter () |
| Empty virtual destructor. | |
| virtual void | set (DataObject *)=0 |
| sets the internal pointer to the provided data object (with a dynamic_cast). | |
| virtual bool | isNull ()=0 |
| tells if the internal pointer is NULL. | |
Definition at line 127 of file IUpdateManagerSvc.h.
| virtual BasePtrSetter::~BasePtrSetter | ( | ) | [inline, virtual] |
| virtual void BasePtrSetter::set | ( | DataObject * | ) | [pure virtual] |
sets the internal pointer to the provided data object (with a dynamic_cast).
Implemented in PtrSetter< ActualType >.
| virtual bool BasePtrSetter::isNull | ( | ) | [pure virtual] |