#include <vocab.hh>
Public Types | |
| typedef uint64_t | Key | 
Public Member Functions | |
| uint64_t | GetKey () const | 
| void | SetKey (uint64_t to) | 
Static Public Member Functions | |
| static ProbingVocabularyEntry | Make (uint64_t key, WordIndex value) | 
Public Attributes | |
| uint64_t | key | 
| WordIndex | value | 
Definition at line 138 of file vocab.hh.
| typedef uint64_t lm::ngram::ProbingVocabularyEntry::Key | 
| uint64_t lm::ngram::ProbingVocabularyEntry::GetKey | ( | ) |  const [inline] | 
        
| static ProbingVocabularyEntry lm::ngram::ProbingVocabularyEntry::Make | ( | uint64_t | key, | |
| WordIndex | value | |||
| ) |  [inline, static] | 
        
Definition at line 146 of file vocab.hh.
Referenced by lm::ngram::GrowableVocab< NewWordAction >::FindOrInsert(), and lm::ngram::ProbingVocabulary::Insert().

| void lm::ngram::ProbingVocabularyEntry::SetKey | ( | uint64_t | to | ) |  [inline] | 
        
 1.5.9