#include <BilingualDynSuffixArray.h>
Public Member Functions | |
| SAPhrase (size_t phraseSize) | |
| void | SetId (size_t pos, wordID_t id) |
| bool | operator< (const SAPhrase &phr2) const |
Public Attributes | |
| std::vector< wordID_t > | words |
Definition at line 22 of file BilingualDynSuffixArray.h.
| Moses::SAPhrase::SAPhrase | ( | size_t | phraseSize | ) | [inline] |
Definition at line 27 of file BilingualDynSuffixArray.h.
| bool Moses::SAPhrase::operator< | ( | const SAPhrase & | phr2 | ) | const [inline] |
| void Moses::SAPhrase::SetId | ( | size_t | pos, | |
| wordID_t | id | |||
| ) | [inline] |
| std::vector<wordID_t> Moses::SAPhrase::words |
Definition at line 25 of file BilingualDynSuffixArray.h.
Referenced by Moses::BilingualDynSuffixArray::GetMosesFactorIDs(), operator<(), and SetId().
1.5.9