Cambridge SMT System
|
Not implemented yet! More...
#include <main-run.lmbr.hpp>
Public Member Functions | |
MultiThreadedLmbrTask (const ucam::util::RegistryPO &rg) | |
bool | run (Data &original_data) |
original_data is being ignored in this case. More... | |
bool | operator() () |
Runs translation with an internal data object. More... | |
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 () |
Not implemented yet!
Definition at line 114 of file main-run.lmbr.hpp.
|
inline |
Definition at line 126 of file main-run.lmbr.hpp.
|
inline |
Runs translation with an internal data object.
Definition at line 196 of file main-run.lmbr.hpp.
|
inlinevirtual |
original_data is being ignored in this case.
Implements ucam::util::TaskInterface< Data >.
Definition at line 132 of file main-run.lmbr.hpp.