|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <IUpdateManagerSvc.h>


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