Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
BasePtrSetter Class Referenceabstract

Base class to set the pointer to an object of a class derived from DataObject in a generic way. More...

#include <IUpdateManagerSvc.h>

Inheritance diagram for BasePtrSetter:
Inheritance graph
[legend]

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

virtual BasePtrSetter::~BasePtrSetter ( )
inlinevirtual

Empty virtual destructor.

Definition at line 130 of file IUpdateManagerSvc.h.

{}

Member Function Documentation

virtual bool BasePtrSetter::isNull ( )
pure virtual

tells if the internal pointer is NULL.

Implemented in PtrSetter< ActualType >.

virtual void BasePtrSetter::set ( DataObject )
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:

Generated at Wed Jun 4 2014 14:49:00 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004