#include <context.hh>


Public Member Functions | |
| ContextBase (const Config &config) | |
| VertexNode * | NewVertexNode () |
| void | DeleteVertexNode (VertexNode *node) |
| unsigned int | PopLimit () const |
| Score | LMWeight () const |
| const Config & | GetConfig () const |
Definition at line 11 of file context.hh.
| search::ContextBase::ContextBase | ( | const Config & | config | ) | [inline, explicit] |
Definition at line 13 of file context.hh.
| void search::ContextBase::DeleteVertexNode | ( | VertexNode * | node | ) | [inline] |
Definition at line 21 of file context.hh.
| const Config& search::ContextBase::GetConfig | ( | ) | const [inline] |
Definition at line 29 of file context.hh.
| Score search::ContextBase::LMWeight | ( | ) | const [inline] |
Definition at line 27 of file context.hh.
References search::Config::LMWeight().

| VertexNode* search::ContextBase::NewVertexNode | ( | ) | [inline] |
Definition at line 15 of file context.hh.
| unsigned int search::ContextBase::PopLimit | ( | ) | const [inline] |
Definition at line 25 of file context.hh.
References search::Config::PopLimit().
Referenced by search::EdgeGenerator::Search().


1.5.9