|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
#include <IInspector.h>

Definition at line 27 of file IInspector.h.
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 |
| IInspector::IValue::IValue | ( | ) | [inline, protected] |
| virtual IInspector::IValue::~IValue | ( | ) | [inline, virtual] |
| virtual void IInspector::IValue::release | ( | ) | [inline, virtual] |
| void* IInspector::IValue::ptr | ( | ) | [inline] |
| const void* IInspector::IValue::ptr | ( | ) | const [inline] |
| 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 >.
void* IInspector::IValue::m_P [protected] |
Definition at line 29 of file IInspector.h.