Geophysical Inversion and Modelling Library v1.5.4
|
#include <refCountPtr.h>
Public Member Functions | |
RefCountIPtr (T *realPtr=0) | |
RefCountIPtr (const RefCountIPtr &rhs) | |
RefCountIPtr (RefCountIPtr &rhs) | |
RefCountIPtr & | operator= (const RefCountIPtr &rhs) |
RefCountIPtr & | operator= (RefCountIPtr &rhs) |
T * | operator-> () |
T * | operator-> () const |
T & | operator* () |
T & | operator* () const |
Template class for smart pointers-to-T objects; must support the RCObject interface