Base class to set the pointer to an object of a class derived from DataObject in a generic way.
More...
#include <IUpdateManagerSvc.h>
|
| 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.
|
| |
Base class to set the pointer to an object of a class derived from DataObject in a generic way.
- Author
- Marco CLEMENCIC
- Date
- 2005-12-14
Definition at line 127 of file IUpdateManagerSvc.h.
| virtual BasePtrSetter::~BasePtrSetter |
( |
| ) |
|
|
inlinevirtual |
| virtual bool BasePtrSetter::isNull |
( |
| ) |
|
|
pure virtual |
sets the internal pointer to the provided data object (with a dynamic_cast).
Implemented in PtrSetter< ActualType >.
The documentation for this class was generated from the following file: