#include <IInspector.h>
Inheritance diagram for IInspector::IValue:
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 |
Definition at line 24 of file IInspector.h.
| 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 26 of file IInspector.h.
1.4.7