#include <IInspector.h>
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] |
| virtual IInspector::IValue::~IValue |
( |
) |
[inline, virtual] |
Member Function Documentation
| virtual void IInspector::IValue::construct |
( |
void * |
buffer ) |
const [pure virtual] |
| void* IInspector::IValue::ptr |
( |
) |
[inline] |
| const void* IInspector::IValue::ptr |
( |
) |
const [inline] |
| virtual void IInspector::IValue::release |
( |
) |
[inline, virtual] |
| virtual long IInspector::IValue::size |
( |
) |
const [pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r2/GaudiKernel/GaudiKernel/IInspector.h