Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Public Member Functions | Protected Member Functions | Protected Attributes

IInspector::IValue Class Reference

#include <IInspector.h>

Inheritance diagram for IInspector::IValue:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~IValue ()
virtual void release ()
void * ptr ()
const void * ptr () const
virtual long size () const =0
virtual void construct (void *buffer) const =0

Protected Member Functions

 IValue ()

Protected Attributes

void * m_P

Detailed Description

Definition at line 27 of file IInspector.h.


Constructor & Destructor Documentation

IInspector::IValue::IValue (  ) [inline, protected]

Definition at line 30 of file IInspector.h.

{                            }
virtual IInspector::IValue::~IValue (  ) [inline, virtual]

Definition at line 32 of file IInspector.h.

{ }

Member Function Documentation

virtual void IInspector::IValue::construct ( void *  buffer ) const [pure virtual]

Implemented in IInspector::_V< T >.

void* IInspector::IValue::ptr (  ) [inline]

Definition at line 34 of file IInspector.h.

{      return m_P;           }
const void* IInspector::IValue::ptr (  ) const [inline]

Definition at line 35 of file IInspector.h.

{      return m_P;           }
virtual void IInspector::IValue::release (  ) [inline, virtual]

Definition at line 33 of file IInspector.h.

{      delete this;          }
virtual long IInspector::IValue::size (  ) const [pure virtual]

Implemented in IInspector::_V< T >.


Member Data Documentation

void* IInspector::IValue::m_P [protected]

Definition at line 29 of file IInspector.h.


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 Tue May 10 2011 18:54:52 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004