Beatmup
|
A task within a pipeline. More...
#include <custom_pipeline.h>
Public Member Functions | |
TaskHolder (TaskHolder &&) | |
~TaskHolder () | |
AbstractTask & | getTask () const |
float | getRunTime () const |
Public Member Functions inherited from Beatmup::Object | |
virtual | ~Object () |
Protected Member Functions | |
TaskHolder (AbstractTask &task) | |
Protected Attributes | |
AbstractTask & | task |
AbstractTask::TaskDeviceRequirement | executionMode |
ThreadIndex | threadCount |
float | time |
Private Member Functions | |
void | operator= (const TaskHolder &)=delete |
Friends | |
class | CustomPipeline |
class | CustomPipeline::Impl |
A task within a pipeline.
Definition at line 98 of file custom_pipeline.h.
|
inlineprotected |
Definition at line 108 of file custom_pipeline.h.
CustomPipeline::TaskHolder::TaskHolder | ( | CustomPipeline::TaskHolder && | holder | ) |
Definition at line 283 of file custom_pipeline.cpp.
|
inline |
Definition at line 111 of file custom_pipeline.h.
|
privatedelete |
|
inline |
|
inline |
|
friend |
Definition at line 99 of file custom_pipeline.h.
|
friend |
Definition at line 100 of file custom_pipeline.h.
|
protected |
Definition at line 104 of file custom_pipeline.h.
|
protected |
Definition at line 105 of file custom_pipeline.h.
|
protected |
Definition at line 106 of file custom_pipeline.h.
|
protected |
Definition at line 107 of file custom_pipeline.h.