#include <ForestParser.h>

Classes | |
| struct | Entry |
| struct | VertexSetHash |
| struct | VertexSetPred |
Public Member Functions | |
| ForestParser () | |
| ForestParser (std::istream &) | |
| Entry & | operator* () |
| Entry * | operator-> () |
| ForestParser & | operator++ () |
Friends | |
| bool | operator== (const ForestParser &, const ForestParser &) |
| bool | operator!= (const ForestParser &, const ForestParser &) |
Definition at line 23 of file ForestParser.h.
| MosesTraining::Syntax::PostprocessEgretForests::ForestParser::ForestParser | ( | ) |
Definition at line 19 of file ForestParser.cpp.
| MosesTraining::Syntax::PostprocessEgretForests::ForestParser::ForestParser | ( | std::istream & | input | ) |
Definition at line 24 of file ForestParser.cpp.
| Entry& MosesTraining::Syntax::PostprocessEgretForests::ForestParser::operator* | ( | ) | [inline] |
Definition at line 35 of file ForestParser.h.
| ForestParser & MosesTraining::Syntax::PostprocessEgretForests::ForestParser::operator++ | ( | ) |
Definition at line 30 of file ForestParser.cpp.
References MosesTraining::Syntax::PostprocessEgretForests::ForestParser::Entry::forest, MosesTraining::Syntax::PostprocessEgretForests::ForestParser::Entry::sentence, MosesTraining::Syntax::PostprocessEgretForests::ForestParser::Entry::sentNum, and MosesTraining::Syntax::PostprocessEgretForests::Forest::vertices.
| Entry* MosesTraining::Syntax::PostprocessEgretForests::ForestParser::operator-> | ( | ) | [inline] |
Definition at line 38 of file ForestParser.h.
| bool operator!= | ( | const ForestParser & | lhs, | |
| const ForestParser & | rhs | |||
| ) | [friend] |
Definition at line 144 of file ForestParser.cpp.
| bool operator== | ( | const ForestParser & | lhs, | |
| const ForestParser & | rhs | |||
| ) | [friend] |
Definition at line 138 of file ForestParser.cpp.
1.5.9