![]() |
SCENE C++ API
2.0.31
|
Base class for all API class which support automatic memory management through reference counting. More...
#include <lsreftype.h>
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.