Value< ValueType > Struct Template Reference
#include <pointer.h>
Inheritance diagram for Value< ValueType >:

Public Member Functions | |
| Value (ValueType val) | |
| ~Value () | |
| void | cleanup () |
| const std::type_info & | type () const |
| void * | voidStar () |
Public Attributes | |
| ValueType | value |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
template<typename ValueType>
| void Value< ValueType >::cleanup | ( | ) | [inline, virtual] |
Implements PointerBase.
template<typename ValueType>
| const std::type_info& Value< ValueType >::type | ( | ) | const [inline, virtual] |
Implements PointerBase.
template<typename ValueType>
| void* Value< ValueType >::voidStar | ( | ) | [inline, virtual] |
Implements PointerBase.
Member Data Documentation
The documentation for this struct was generated from the following file:
KDE 4.6 API Reference