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 | |
| T | m_O |
Definition at line 50 of file IInspector.h.
| IInspector::_V< T >::_V | ( | const T & | v | ) | [inline] |
| virtual IInspector::_V< T >::~_V | ( | ) | [inline, virtual] |
| virtual long IInspector::_V< T >::size | ( | ) | const [inline, virtual] |
| void IInspector::_V< T >::construct | ( | void * | b | ) | const [inline, virtual] |
| virtual void IInspector::IValue::release | ( | ) | [inline, virtual, inherited] |
| void* IInspector::IValue::ptr | ( | ) | [inline, inherited] |
| const void* IInspector::IValue::ptr | ( | ) | const [inline, inherited] |
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.
1.4.7