kjsembed
Value< ValueType > Struct Template Reference
#include <pointer.h>
Inheritance diagram for Value< ValueType >:
Public Member Functions | |
| void | cleanup () |
| const std::type_info & | type () const |
| Value (ValueType val) | |
| void * | voidStar () |
| ~Value () | |
Public Attributes | |
| ValueType | value |
Detailed Description
template<typename ValueType>
struct Value< ValueType >
Definition at line 73 of file pointer.h.
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.3 API Reference