#include <qwt3d_autoptr.h>
Public Member Functions | |
qwt3d_ptr (T *ptr=0) | |
~qwt3d_ptr () | |
qwt3d_ptr (qwt3d_ptr const &val) | |
qwt3d_ptr< T > & | operator= (qwt3d_ptr const &val) |
T * | operator-> () const |
T & | operator * () const |
qwt3d_ptr | ( | T * | ptr = 0 |
) | [inline, explicit] |
Standard ctor.
~qwt3d_ptr | ( | ) | [inline] |
Dtor (calls T::destroy).
Assignment in the same spirit as copy ctor.
T* operator-> | ( | ) | const [inline] |
It's a pointerlike object, isn't it ?
T& operator * | ( | ) | const [inline] |
Dereferencing.