artec::sdk::base::IRef Class Referenceabstract
#include <artec/sdk/base/IRef.h>
Inheritance diagram for artec::sdk::base::IRef:
Public Member Functions | |
virtual int | addRef () const =0 |
virtual int | release () const =0 |
Detailed Description
Member Function Documentation
|
pure virtual |
Increase object reference counter.
- Returns
- Counter value
|
pure virtual |
Decrease object reference counter.
Destroy object and free allocated memory when counter = 0.
- Returns
- Counter value
The documentation for this class was generated from the following file:
- artec/sdk/base/IRef.h