#include <pointer.h>
Public Member Functions | |
| Pointer (T *ptr=NULL) | |
| Pointer (const Pointer< T > &ref) | |
| virtual | ~Pointer () |
| Pointer & | operator= (const Pointer< T > &ref) |
| T & | operator * () const |
| T * | getObject () const |
| T * | operator-> () const |
| bool | operator! () const |
| int | operator++ () const |
| int | operator-- () const |
Protected Member Functions | |
| void | ptrDetach (void) |
Protected Attributes | |
| unsigned * | ptrCount |
| T * | ptrObject |
| ost::Pointer< T >::Pointer | ( | T * | ptr = NULL |
) | [inline, explicit] |
| ost::Pointer< T >::Pointer | ( | const Pointer< T > & | ref | ) | [inline] |
| virtual ost::Pointer< T >::~Pointer | ( | ) | [inline, virtual] |
| void ost::Pointer< T >::ptrDetach | ( | void | ) | [inline, protected] |
| Pointer& ost::Pointer< T >::operator= | ( | const Pointer< T > & | ref | ) | [inline] |
| T& ost::Pointer< T >::operator * | ( | ) | const [inline] |
| T* ost::Pointer< T >::getObject | ( | void | ) | const [inline] |
| T* ost::Pointer< T >::operator-> | ( | ) | const [inline] |
| bool ost::Pointer< T >::operator! | ( | void | ) | const [inline] |
| int ost::Pointer< T >::operator++ | ( | void | ) | const [inline] |
| int ost::Pointer< T >::operator-- | ( | void | ) | const [inline] |
unsigned* ost::Pointer< T >::ptrCount [protected] |
T* ost::Pointer< T >::ptrObject [protected] |
1.5.4