| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IInspector::IValue Class Reference

#include <IInspector.h>

Inheritance diagram for IInspector::IValue:

[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 24 of file IInspector.h.


Constructor & Destructor Documentation

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

Definition at line 27 of file IInspector.h.

00027 {                            }

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

Definition at line 29 of file IInspector.h.

00029 { }


Member Function Documentation

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

Definition at line 30 of file IInspector.h.

00030 {      delete this;          }

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

Definition at line 31 of file IInspector.h.

00031 {      return m_P;           }

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

Definition at line 32 of file IInspector.h.

00032 {      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 26 of file IInspector.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:09 2011 for GaudiKernel by doxygen 1.4.7