|
int | NRef () const |
|
void | deinit () |
|
| RefP (long n, T *pin=0, int own=1) |
|
| RefP (const RefP &pin, long offset=0) |
|
RefP & | operator= (const RefP &in) |
|
void | init (long n=0) |
|
T * | operator() () |
|
const T * | operator() () const |
|
| operator T* () |
|
| operator const T * () const |
|
T & | operator() (int i) |
|
const T & | operator() (int i) const |
|
bool | operator== (const RefP &in) |
|
T * | operator+ (int i) |
|
const T * | operator+ (int i) const |
|
template<typename T, template< typename > class Dev>
class RefP< T, Dev >
RefP is a reference counting for pointers.
The documentation for this class was generated from the following file: