Cambridge SMT System
ucam::hifst::HifstClientTaskData Class Reference

Data class containing relevant variables. To be used as template for task classes using it. More...

#include <data-main.hifst-client.hpp>

Public Member Functions

 HifstClientTaskData ()
 

Public Attributes

uint sidx
 Sentence index. More...
 
std::string sentence
 
std::string * translation
 Translated sentence will be stored here. More...
 

Detailed Description

Data class containing relevant variables. To be used as template for task classes using it.

Definition at line 31 of file data-main.hifst-client.hpp.

Constructor & Destructor Documentation

ucam::hifst::HifstClientTaskData::HifstClientTaskData ( )
inline

Definition at line 33 of file data-main.hifst-client.hpp.

Member Data Documentation

std::string ucam::hifst::HifstClientTaskData::sentence

Definition at line 41 of file data-main.hifst-client.hpp.

uint ucam::hifst::HifstClientTaskData::sidx

Sentence index.

Definition at line 36 of file data-main.hifst-client.hpp.

std::string* ucam::hifst::HifstClientTaskData::translation

Translated sentence will be stored here.

Definition at line 43 of file data-main.hifst-client.hpp.


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