#include <RefCountedPtr.H>
Inheritance diagram for RefCountedPtr< T >:


Public Methods | |
| RefCountedPtr (T *ptr=0) | |
| RefCountedPtr (const RefCountedPtr< T > &other) | |
| ~RefCountedPtr () | |
| const RefCountedPtr< T > & | operator= (const RefCountedPtr< T > &rhs) |
| T * | operator-> () |
| bool | isNull () const |
| const T * | operator-> () const |
| T & | operator * () |
| const T & | operator * () const |
| operator const T * () const | |
| bool | isNonUnique () const |
| int | refCount () const |
Protected Attributes | |
| T * | ptr_ |
| int * | refCount_ |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.2.16