Geophysical Inversion and Modelling Library v1.5.4
Loading...
Searching...
No Matches
GIMLI::RefCountIPtr< T > Class Template Reference

#include <refCountPtr.h>

Public Member Functions

 RefCountIPtr (T *realPtr=0)
 
 RefCountIPtr (const RefCountIPtr &rhs)
 
 RefCountIPtr (RefCountIPtr &rhs)
 
RefCountIPtroperator= (const RefCountIPtr &rhs)
 
RefCountIPtroperator= (RefCountIPtr &rhs)
 
T * operator-> ()
 
T * operator-> () const
 
T & operator* ()
 
T & operator* () const
 

Detailed Description

template<class T>
class GIMLI::RefCountIPtr< T >

Template class for smart pointers-to-T objects; must support the RCObject interface