#include <dictionary.h>

Public Member Functions | |
| dictionary_iter (dictionary *dict) | |
| dict_entry * | next () |
Definition at line 165 of file dictionary.h.
| dictionary_iter::dictionary_iter | ( | dictionary * | dict | ) |
Definition at line 521 of file dictionary.cpp.
References HT_INIT, and htable::scan().

| dict_entry * dictionary_iter::next | ( | ) |
Definition at line 525 of file dictionary.cpp.
References HT_CONT, and htable::scan().
Referenced by Moses::LanguageModelIRST::CreateFactors().


1.5.9