#include <search_hashed.hh>

Public Types | |
| typedef uint64_t | Key |
| typedef ProbBackoff | Value |
Public Member Functions | |
| uint64_t | GetKey () const |
Static Public Member Functions | |
| static ProbBackoffEntry | Make (uint64_t key, ProbBackoff value) |
Public Attributes | |
| uint64_t | key |
| ProbBackoff | value |
Definition at line 168 of file search_hashed.hh.
| typedef uint64_t lm::ngram::detail::ProbBackoffEntry::Key |
Definition at line 171 of file search_hashed.hh.
Definition at line 172 of file search_hashed.hh.
| uint64_t lm::ngram::detail::ProbBackoffEntry::GetKey | ( | ) | const [inline] |
| static ProbBackoffEntry lm::ngram::detail::ProbBackoffEntry::Make | ( | uint64_t | key, | |
| ProbBackoff | value | |||
| ) | [inline, static] |
1.5.9