#include <ReorderingStack.h>
Public Member Functions | |
| size_t | hash () const |
| bool | operator== (const ReorderingStack &other) const |
| int | ShiftReduce (Range input_span) |
Definition at line 22 of file ReorderingStack.h.
| size_t Moses::ReorderingStack::hash | ( | ) | const |
Definition at line 12 of file ReorderingStack.cpp.
Referenced by Moses::HReorderingBackwardState::hash().

| bool Moses::ReorderingStack::operator== | ( | const ReorderingStack & | other | ) | const |
Definition at line 18 of file ReorderingStack.cpp.
| int Moses::ReorderingStack::ShiftReduce | ( | Range | input_span | ) |
Definition at line 25 of file ReorderingStack.cpp.
References Moses::Range::GetEndPos(), and Moses::Range::GetStartPos().
Referenced by Moses::HReorderingBackwardState::Expand().


1.5.9