![]() |
SCENE C++ API
2.1.4
|
Base class for all API class which support automatic memory management through reference counting. More...
#include <lsreftype.h>
Inheritance diagram for LSRefType:Protected Member Functions | |
| void | ref () const |
| Increments the internal reference counter. More... | |
| void | unref () const |
| Decrements the internal reference counter. More... | |
Base class for all API class which support automatic memory management through reference counting.
|
protected |
Increments the internal reference counter.
|
protected |
Decrements the internal reference counter.
Destroys the instance if the reference count reaches zero.