kjsembed
Pointer< ValueType > Struct Template Reference
#include <pointer.h>
Inheritance diagram for Pointer< ValueType >:
Public Member Functions | |
| Pointer (ValueType *value) | |
| ~Pointer () | |
| void | cleanup () |
| const std::type_info & | type () const |
| void * | voidStar () |
| Public Member Functions inherited from PointerBase | |
| virtual | ~PointerBase () |
Public Attributes | |
| ValueType * | ptr |
Detailed Description
Constructor & Destructor Documentation
◆ Pointer()
template<typename ValueType>
|
inline |
◆ ~Pointer()
Member Function Documentation
◆ cleanup()
template<typename ValueType>
|
inlinevirtual |
Implements PointerBase.
◆ type()
template<typename ValueType>
|
inlinevirtual |
Implements PointerBase.
◆ voidStar()
template<typename ValueType>
|
inlinevirtual |
Implements PointerBase.
Member Data Documentation
◆ ptr
template<typename ValueType>
| ValueType* Pointer< ValueType >::ptr |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.