#include <vertex.hh>

Public Member Functions | |
| PartialVertex () | |
| PartialVertex (VertexNode &back) | |
| bool | Empty () const |
| bool | Complete () const |
| const lm::ngram::ChartState & | State () const |
| bool | RightFull () const |
| Score | Bound () const |
| unsigned char | Niceness () const |
| bool | Split (PartialVertex &alternative) |
| const History | End () const |
Definition at line 108 of file vertex.hh.
| search::PartialVertex::PartialVertex | ( | VertexNode & | back | ) | [inline, explicit] |
| Score search::PartialVertex::Bound | ( | ) | const [inline] |
Definition at line 121 of file vertex.hh.
References search::VertexNode::Bound().
Referenced by search::EdgeGenerator::Pop().


| bool search::PartialVertex::Complete | ( | ) | const [inline] |
Definition at line 116 of file vertex.hh.
References search::VertexNode::Complete().
Referenced by search::Vertex::BestChild(), and Split().


| bool search::PartialVertex::Empty | ( | ) | const [inline] |
Definition at line 114 of file vertex.hh.
References search::VertexNode::Empty().
Referenced by search::Vertex::BestChild().


| const History search::PartialVertex::End | ( | ) | const [inline] |
Definition at line 142 of file vertex.hh.
References search::VertexNode::End().
Referenced by search::Vertex::BestChild(), and search::GenericApplied< Applied >::GenericApplied().


| unsigned char search::PartialVertex::Niceness | ( | ) | const [inline] |
Definition at line 123 of file vertex.hh.
References search::VertexNode::Niceness().
Referenced by search::EdgeGenerator::Pop().


| bool search::PartialVertex::RightFull | ( | ) | const [inline] |
Definition at line 119 of file vertex.hh.
References search::VertexNode::RightFull().

| bool search::PartialVertex::Split | ( | PartialVertex & | alternative | ) | [inline] |
Definition at line 126 of file vertex.hh.
References search::VertexNode::BuildExtend(), Complete(), and search::VertexNode::Size().
Referenced by search::Vertex::BestChild().


| const lm::ngram::ChartState& search::PartialVertex::State | ( | ) | const [inline] |
Definition at line 118 of file vertex.hh.
References search::VertexNode::State().

1.5.9