|
Givaro
|
#include <givpointer.h>
Public Member Functions | |
| RefCountPtr (T *data) | |
| RefCountPtr (const RefCountPtr< T > &ptr) | |
| ~RefCountPtr () | |
| RefCountPtr< T > & | operator= (const RefCountPtr< T > &ptr) |
| T & | operator* () const |
| T * | operator-> () const |
| RefCountPtr | ( | T * | data | ) | [inline, explicit] |
| RefCountPtr | ( | const RefCountPtr< T > & | ptr | ) | [inline] |
| ~RefCountPtr | ( | ) | [inline] |
| RefCountPtr<T>& operator= | ( | const RefCountPtr< T > & | ptr | ) | [inline] |
| T& operator* | ( | ) | const [inline] |
| T* operator-> | ( | ) | const [inline] |
1.7.4