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

Definition at line 17 of file IRef.h.

Member Function Documentation

virtual int artec::sdk::base::IRef::addRef ( ) const
pure virtual

Increase object reference counter.

Returns
Counter value
virtual int artec::sdk::base::IRef::release ( ) const
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: