Used to create and manage referece counted pointers.
More...
#include <pointer.h>
template<class T>
class Pointer< T >
Used to create and manage referece counted pointers.
- Author
- David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org reference counted pointer template.
Definition at line 65 of file pointer.h.
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 |
The documentation for this class was generated from the following file: