Artec 3D Scanning SDK
2.0
|
Interface that implements reference counting and life-time management. More...
#include <artec/sdk/base/IRef.h>
Public Member Functions | |
virtual int | addRef () const =0 |
Increase object reference counter. More... | |
virtual int | release () const =0 |
Decrease object reference counter. More... | |
Interface that implements reference counting and life-time management.
It allows to release each object once it is not being used anymore.
|
pure virtual |
Increase object reference counter.
|
pure virtual |
Decrease object reference counter.
Destroy object and free allocated memory when counter = 0.