Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
util::anonymous_namespace{probing_hash_table_test.cc}::Entry64 Struct Reference

List of all members.

Public Types

typedef uint64_t Key

Public Member Functions

 Entry64 ()
 Entry64 (uint64_t key_in)
Key GetKey () const
void SetKey (uint64_t to)

Public Attributes

uint64_t key

Member Typedef Documentation

typedef uint64_t util::anonymous_namespace{probing_hash_table_test.cc}::Entry64::Key

Constructor & Destructor Documentation

util::anonymous_namespace{probing_hash_table_test.cc}::Entry64::Entry64 ( )
util::anonymous_namespace{probing_hash_table_test.cc}::Entry64::Entry64 ( uint64_t  key_in) [explicit]

Member Function Documentation

Key util::anonymous_namespace{probing_hash_table_test.cc}::Entry64::GetKey ( ) const
void util::anonymous_namespace{probing_hash_table_test.cc}::Entry64::SetKey ( uint64_t  to)

Member Data Documentation

uint64_t util::anonymous_namespace{probing_hash_table_test.cc}::Entry64::key