#include <vertex_generator.hh>

Public Member Functions | |
| VertexGenerator (ContextBase &context, Vertex &gen, Output &nbest) | |
| void | NewHypothesis (PartialEdge partial) |
| void | FinishedSearch () |
| Vertex & | Generating () |
Definition at line 19 of file vertex_generator.hh.
| search::VertexGenerator< Output >::VertexGenerator | ( | ContextBase & | context, | |
| Vertex & | gen, | |||
| Output & | nbest | |||
| ) | [inline] |
Definition at line 21 of file vertex_generator.hh.
| void search::VertexGenerator< Output >::FinishedSearch | ( | ) | [inline] |
Definition at line 27 of file vertex_generator.hh.
References search::VertexNode::AppendHypothesis(), search::VertexNode::FinishRoot(), and search::VertexNode::InitRoot().

| Vertex& search::VertexGenerator< Output >::Generating | ( | ) | [inline] |
Definition at line 36 of file vertex_generator.hh.
| void search::VertexGenerator< Output >::NewHypothesis | ( | PartialEdge | partial | ) | [inline] |
Definition at line 23 of file vertex_generator.hh.
References search::PartialEdge::CompletedState(), and hash_value.

1.5.9