![]() |
SCENE C++ API
2.0.31
|
The LSTask class which represents a generic function object. More...
#include <lstask.h>
Public Member Functions | |
Task interface | |
virtual void | perform ()=0 |
Overwritable method which specifies the functionality to be executed when the task is performed. More... | |
Additional Inherited Members | |
![]() | |
void | ref () const |
Increments the internal reference counter. More... | |
void | unref () const |
Decrements the internal reference counter. More... | |
The LSTask class which represents a generic function object.
|
pure virtual |
Overwritable method which specifies the functionality to be executed when the task is performed.