|
Grok 15.1.0
|
#include <FlowComponent.h>
Public Member Functions | |
| FlowComponent * | addTo (tf::Taskflow &composition) |
| FlowComponent * | precede (FlowComponent &successor) |
| FlowComponent * | precede (FlowComponent *successor) |
| FlowComponent * | name (const std::string &name) |
| tf::Task & | nextTask () |
Private Attributes | |
| std::queue< tf::Task > | componentTasks_ |
| tf::Taskflow | componentFlow_ |
| tf::Task | compositionTask_ |
|
inline |
References componentFlow_, and compositionTask_.
|
inline |
References compositionTask_, and name().
Referenced by name().
|
inline |
References componentFlow_, and componentTasks_.
Referenced by grk::HWY_NAMESPACE::vscheduler().
|
inline |
|
inline |
References compositionTask_.
|
private |
Referenced by addTo(), and nextTask().
|
private |
Referenced by nextTask().