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

In This Package:

IInspector::_V< T > Class Template Reference

Inheritance diagram for IInspector::_V< T >:
[legend]
Collaboration diagram for IInspector::_V< T >:
[legend]
List of all members.

Public Member Functions

 _V (const T &v)
virtual ~_V ()
virtual long size () const
void construct (void *b) const
virtual void release ()
void * ptr ()
const void * ptr () const

Protected Attributes

void * m_P

Private Attributes

m_O

Detailed Description

template<class T>
class IInspector::_V< T >

Definition at line 50 of file IInspector.h.


Constructor & Destructor Documentation

template<class T>
IInspector::_V< T >::_V ( const T &  v  )  [inline]

Definition at line 53 of file IInspector.h.

00053 : m_O(v)       {      m_P = &m_O;           }

template<class T>
virtual IInspector::_V< T >::~_V (  )  [inline, virtual]

Definition at line 54 of file IInspector.h.

00054 {                            }


Member Function Documentation

template<class T>
virtual long IInspector::_V< T >::size (  )  const [inline, virtual]

Implements IInspector::IValue.

Definition at line 55 of file IInspector.h.

00055 {      return sizeof(T);     }

template<class T>
void IInspector::_V< T >::construct ( void *  b  )  const [inline, virtual]

Implements IInspector::IValue.

Definition at line 56 of file IInspector.h.

00056 {      ::new(b) T();         }

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

Definition at line 30 of file IInspector.h.

00030 {      delete this;          }

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

Definition at line 31 of file IInspector.h.

00031 {      return m_P;           }

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

Definition at line 32 of file IInspector.h.

00032 {      return m_P;           }


Member Data Documentation

template<class T>
T IInspector::_V< T >::m_O [private]

Definition at line 51 of file IInspector.h.

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

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