Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
util::ByteAlignedPacking< KeyT, ValueT >::RawEntry Struct Reference

List of all members.

Public Member Functions

const KeyGetKey () const
const ValueGetValue () const
ValueMutableValue ()
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

template<class KeyT, class ValueT>
struct util::ByteAlignedPacking< KeyT, ValueT >::RawEntry


Member Function Documentation

template<class KeyT , class ValueT >
const Key& util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::GetKey ( ) const

Here is the caller graph for this function:

template<class KeyT , class ValueT >
const Value& util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::GetValue ( ) const

Here is the caller graph for this function:

template<class KeyT , class ValueT >
Value& util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::MutableValue ( )
template<class KeyT , class ValueT >
bool util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::operator< ( const RawEntry other) const

Here is the call graph for this function:

template<class KeyT , class ValueT >
void util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::Set ( const Key key_in,
const Value value_in 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class KeyT , class ValueT >
void util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::SetKey ( const Key key_in)

Here is the caller graph for this function:

template<class KeyT , class ValueT >
void util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::SetValue ( const Value value_in)

Here is the caller graph for this function:


Member Data Documentation

template<class KeyT , class ValueT >
Key util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::key
template<class KeyT , class ValueT >
Value util::ByteAlignedPacking< KeyT, ValueT >::RawEntry::value