man ost_Pointer (Fonctions bibliothèques) -
NAME
ost::Pointer -
SYNOPSIS
#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
template<class T> class ost::Pointer< T >
Constructor & Destructor Documentation
template<class T> ost::Pointer< T >::Pointer (T * ptr = NULL) [inline, explicit]
template<class T> ost::Pointer< T >::Pointer (const Pointer< T > & ref) [inline]
template<class T> virtual ost::Pointer< T >::~Pointer () [inline, virtual]
Member Function Documentation
template<class T> T* ost::Pointer< T >::getObject () const [inline]
template<class T> T& ost::Pointer< T >::operator * () const [inline]
template<class T> bool ost::Pointer< T >::operator! (void) const [inline]
template<class T> int ost::Pointer< T >::operator++ (void) const [inline]
template<class T> int ost::Pointer< T >::operator-- (void) const [inline]
template<class T> T* ost::Pointer< T >::operator-> () const [inline]
template<class T> Pointer& ost::Pointer< T >::operator= (const Pointer< T > & ref) [inline]
template<class T> void ost::Pointer< T >::ptrDetach (void) [inline, protected]
Member Data Documentation
template<class T> unsigned* ost::Pointer< T >::ptrCount [protected]
template<class T> T* ost::Pointer< T >::ptrObject [protected]
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.