#include <config.hh>

Public Member Functions | |
| Config (Score lm_weight, unsigned int pop_limit, const NBestConfig &nbest) | |
| Score | LMWeight () const |
| unsigned int | PopLimit () const |
| const NBestConfig & | GetNBest () const |
Definition at line 17 of file config.hh.
| search::Config::Config | ( | Score | lm_weight, | |
| unsigned int | pop_limit, | |||
| const NBestConfig & | nbest | |||
| ) | [inline] |
| const NBestConfig& search::Config::GetNBest | ( | ) | const [inline] |
| Score search::Config::LMWeight | ( | ) | const [inline] |
Definition at line 22 of file config.hh.
Referenced by search::ContextBase::LMWeight().

| unsigned int search::Config::PopLimit | ( | ) | const [inline] |
Definition at line 24 of file config.hh.
Referenced by search::ContextBase::PopLimit().

1.5.9