#include <edge.hh>


Public Member Functions | |
| PartialEdge () | |
| PartialEdge (util::Pool &pool, Arity arity) | |
| PartialEdge (util::Pool &pool, Arity arity, Arity chart_states) | |
| const PartialVertex * | NT () const |
| PartialVertex * | NT () |
| const lm::ngram::ChartState & | CompletedState () const |
| const lm::ngram::ChartState * | Between () const |
| lm::ngram::ChartState * | Between () |
Definition at line 17 of file edge.hh.
| search::PartialEdge::PartialEdge | ( | util::Pool & | pool, | |
| Arity | arity | |||
| ) | [inline] |
| search::PartialEdge::PartialEdge | ( | util::Pool & | pool, | |
| Arity | arity, | |||
| Arity | chart_states | |||
| ) | [inline] |
| lm::ngram::ChartState* search::PartialEdge::Between | ( | ) | [inline] |
Definition at line 42 of file edge.hh.
References search::Header::After(), and search::Header::GetArity().

| const lm::ngram::ChartState* search::PartialEdge::Between | ( | ) | const [inline] |
Definition at line 39 of file edge.hh.
References search::Header::After(), and search::Header::GetArity().
Referenced by CompletedState(), and search::EdgeGenerator::Pop().


| const lm::ngram::ChartState& search::PartialEdge::CompletedState | ( | ) | const [inline] |
Definition at line 36 of file edge.hh.
References Between().
Referenced by search::SingleBest::Complete(), and search::VertexGenerator< Output >::NewHypothesis().


| PartialVertex* search::PartialEdge::NT | ( | ) | [inline] |
Definition at line 32 of file edge.hh.
References search::Header::After().

| const PartialVertex* search::PartialEdge::NT | ( | ) | const [inline] |
Definition at line 29 of file edge.hh.
References search::Header::After().
Referenced by search::GenericApplied< Applied >::GenericApplied(), and search::EdgeGenerator::Pop().


1.5.9