Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions

BasePtrSetter Class Reference

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]

List of all members.

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 (  ) [inline, virtual]

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:10 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004