![]() |
The Gaudi Framework
v26r0
|
Base class to set the pointer to an object of a class derived from DataObject in a generic way. More...
#include <GaudiKernel/IUpdateManagerSvc.h>

Public Member Functions | |
| virtual | ~BasePtrSetter () |
| Empty virtual destructor. More... | |
| virtual void | set (DataObject *)=0 |
| sets the internal pointer to the provided data object (with a dynamic_cast). More... | |
| virtual bool | isNull ()=0 |
| tells if the internal pointer is NULL. More... | |
Base class to set the pointer to an object of a class derived from DataObject in a generic way.
Definition at line 127 of file IUpdateManagerSvc.h.
|
inlinevirtual |
|
pure virtual |
tells if the internal pointer is NULL.
Implemented in PtrSetter< ActualType >.
|
pure virtual |
sets the internal pointer to the provided data object (with a dynamic_cast).
Implemented in PtrSetter< ActualType >.