Cambridge SMT System
ucam::lmbr::MultiThreadedLmbrTask< Data > Class Template Reference

Not implemented yet! More...

#include <main-run.lmbr.hpp>

Inheritance diagram for ucam::lmbr::MultiThreadedLmbrTask< Data >:
Collaboration diagram for ucam::lmbr::MultiThreadedLmbrTask< Data >:

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)
 
TaskInterfaceappendTask (TaskInterface *t)
 Appends a task class. If there is no task, append here, otherwise delegate in next task. More...
 
TaskInterfaceoperator() (TaskInterface *t)
 
TaskInterfacegetTask ()
 Return appended task. More...
 
TaskInterfacenext ()
 

Detailed Description

template<class Data = LmbrTaskData>
class ucam::lmbr::MultiThreadedLmbrTask< Data >

Not implemented yet!

Definition at line 114 of file main-run.lmbr.hpp.

Constructor & Destructor Documentation

template<class Data = LmbrTaskData>
ucam::lmbr::MultiThreadedLmbrTask< Data >::MultiThreadedLmbrTask ( const ucam::util::RegistryPO rg)
inline

Definition at line 126 of file main-run.lmbr.hpp.

Member Function Documentation

template<class Data = LmbrTaskData>
bool ucam::lmbr::MultiThreadedLmbrTask< Data >::operator() ( )
inline

Runs translation with an internal data object.

Definition at line 196 of file main-run.lmbr.hpp.

Here is the call graph for this function:

template<class Data = LmbrTaskData>
bool ucam::lmbr::MultiThreadedLmbrTask< Data >::run ( Data &  original_data)
inlinevirtual

original_data is being ignored in this case.

Implements ucam::util::TaskInterface< Data >.

Definition at line 132 of file main-run.lmbr.hpp.

Here is the call graph for this function:


The documentation for this class was generated from the following file: