SCENE C++ API  2.1.0
List of all members
LSTask Class Referenceabstract

The LSTask class which represents a generic function object. More...

#include <lstask.h>

+ Inheritance diagram for LSTask:

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

- Protected Member Functions inherited from LSRefType
void ref () const
 Increments the internal reference counter. More...
 
void unref () const
 Decrements the internal reference counter. More...
 

Detailed Description

The LSTask class which represents a generic function object.

Version
SCENE API Version 2.0.0.

Member Function Documentation

◆ perform()

virtual void perform ( )
pure virtual

Overwritable method which specifies the functionality to be executed when the task is performed.

Version
SCENE API Version 2.0.0.