#include <InMemoryPerSentenceOnDemandLM.h>


Public Member Functions | |
| virtual size_t | hash () const |
| virtual bool | operator== (const FFState &o) const |
Public Attributes | |
| lm::ngram::State | state |
Definition at line 15 of file InMemoryPerSentenceOnDemandLM.h.
| virtual size_t Moses::InMemoryPerSentenceOnDemandLMState::hash | ( | ) | const [inline, virtual] |
Implements Moses::FFState.
Definition at line 17 of file InMemoryPerSentenceOnDemandLM.h.
References Moses::hash_value(), and state.

| virtual bool Moses::InMemoryPerSentenceOnDemandLMState::operator== | ( | const FFState & | o | ) | const [inline, virtual] |
Implements Moses::FFState.
Definition at line 21 of file InMemoryPerSentenceOnDemandLM.h.
References state.
Definition at line 16 of file InMemoryPerSentenceOnDemandLM.h.
Referenced by hash(), and operator==().
1.5.9