Cambridge SMT System
|
Trivial task class, implements run to modify DataTest2. More...
Public Member Functions | |
bool | run (Data &d) |
Public Member Functions inherited from ucam::util::TaskInterface< Data > | |
TaskInterface () | |
Constructor. More... | |
virtual | ~TaskInterface () |
bool | chainrun (Data &d) |
Implements chain of responsability. Calls run method and, if there is another task, call its run method too. More... | |
bool | operator() (Data &d) |
TaskInterface & | appendTask (TaskInterface *t) |
Appends a task class. If there is no task, append here, otherwise delegate in next task. More... | |
TaskInterface & | operator() (TaskInterface *t) |
TaskInterface * | getTask () |
Return appended task. More... | |
TaskInterface * | next () |
Trivial task class, implements run to modify DataTest2.
Definition at line 153 of file taskinterface.gtest.cpp.
|
inlinevirtual |
Implements ucam::util::TaskInterface< Data >.
Definition at line 155 of file taskinterface.gtest.cpp.