|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |


Public Member Functions | |
| _V (const T &v) | |
| virtual | ~_V () |
| virtual long | size () const |
| void | construct (void *b) const |
Private Attributes | |
| T | m_O |
Definition at line 53 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 | ( | void | ) | const [inline, virtual] |
Implements IInspector::IValue.
Definition at line 58 of file IInspector.h.
00058 { return sizeof(T); }
| void IInspector::_V< T >::construct | ( | void * | b | ) | const [inline, virtual] |
T IInspector::_V< T >::m_O [private] |
Definition at line 54 of file IInspector.h.