SCENE C++ API  2.1.0
Protected Member Functions | List of all members
LSRefType Class Reference

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...
 

Detailed Description

Base class for all API class which support automatic memory management through reference counting.

Version
SCENE API Version 2.0.0.

Member Function Documentation

◆ ref()

void ref ( ) const
protected

Increments the internal reference counter.

Version
SCENE API Version 2.0.0.

◆ unref()

void unref ( ) const
protected

Decrements the internal reference counter.

Destroys the instance if the reference count reaches zero.

Version
SCENE API Version 2.0.0.