![]() |
The Gaudi Framework
v26r0
|
Templated specialization of BasePtrSetter. More...
#include <GaudiKernel/IUpdateManagerSvc.h>


Public Types | |
| typedef ActualType | dest_type |
Public Member Functions | |
| PtrSetter (dest_type *&dest) | |
| Construct a new object using the destination pointer. More... | |
| virtual | ~PtrSetter () |
| Empty virtual destructor. More... | |
| virtual void | set (DataObject *obj) |
| sets the internal pointer to the provided data object (with a dynamic_cast). More... | |
| virtual bool | isNull () |
| tells if the internal pointer is NULL. More... | |
Public Member Functions inherited from BasePtrSetter | |
| virtual | ~BasePtrSetter () |
| Empty virtual destructor. More... | |
Private Attributes | |
| dest_type ** | m_storage |
| pointer to the pointer to fill provided by the user. More... | |
Templated specialization of BasePtrSetter.
Definition at line 145 of file IUpdateManagerSvc.h.
Definition at line 147 of file IUpdateManagerSvc.h.
Construct a new object using the destination pointer.
Definition at line 150 of file IUpdateManagerSvc.h.
|
inlinevirtual |
tells if the internal pointer is NULL.
Implements BasePtrSetter.
Definition at line 161 of file IUpdateManagerSvc.h.
|
inlinevirtual |
sets the internal pointer to the provided data object (with a dynamic_cast).
Implements BasePtrSetter.
Definition at line 157 of file IUpdateManagerSvc.h.
pointer to the pointer to fill provided by the user.
Definition at line 165 of file IUpdateManagerSvc.h.