Used to create and manage referece counted pointers.
More...
#include <pointer.h>
Collaboration diagram for Pointer< T >:
Public Member Functions
Protected Member Functions
Protected Attributes
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
template<class T>
T*
Pointer< T >::getObject
(
void
)
const
inline
template<class T>
bool
Pointer< T >::operator!
(
)
const
inline
template<class T>
T&
Pointer< T >::operator*
(
)
const
inline
template<class T>
int
Pointer< T >::operator++
(
void
)
const
inline
template<class T>
int
Pointer< T >::operator--
(
)
const
inline
template<class T>
T*
Pointer< T >::operator->
(
)
const
inline
template<class T>
void
Pointer< T >::ptrDetach
(
void
)
inlineprotected
Field Documentation
The documentation for this class was generated from the following file: