|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| const Key & | GetKey () const |
| const Value & | GetValue () const |
| Value & | MutableValue () |
| void | Set (const Key &key_in, const Value &value_in) |
| void | SetKey (const Key &key_in) |
| void | SetValue (const Value &value_in) |
| bool | operator< (const RawEntry &other) const |
Public Attributes | |
| Key | key |
| Value | value |
| const Key& util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::GetKey | ( | ) | const |
| const Value& util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::GetValue | ( | ) | const |
| Value& util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::MutableValue | ( | ) |
| bool util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::operator< | ( | const RawEntry & | other | ) | const |
| void util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::Set | ( | const Key & | key_in, |
| const Value & | value_in | ||
| ) |
| void util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::SetKey | ( | const Key & | key_in | ) |
| void util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::SetValue | ( | const Value & | value_in | ) |
| Key util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::key |
| Value util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::value |