Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

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.

00030 {                            }

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

Definition at line 32 of file IInspector.h.

00032 { }


Member Function Documentation

virtual void IInspector::IValue::release (  )  [inline, virtual]

Definition at line 33 of file IInspector.h.

00033 {      delete this;          }

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

Definition at line 34 of file IInspector.h.

00034 {      return m_P;           }

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

Definition at line 35 of file IInspector.h.

00035 {      return m_P;           }

virtual long IInspector::IValue::size (  )  const [pure virtual]

Implemented in IInspector::_V< T >.

virtual void IInspector::IValue::construct ( void *  buffer  )  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:

Generated at Mon May 3 12:25:06 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004