#include <ParserCallback.h>

Public Member Functions | |
| StandardParserCallback (const SChart &schart, std::size_t ruleLimit) | |
| void | operator() (const PHyperedge &hyperedge) |
| void | InitForRange (const Range &range) |
| const Container & | GetContainer () |
Definition at line 18 of file ParserCallback.h.
| Moses::Syntax::S2T::StandardParserCallback::StandardParserCallback | ( | const SChart & | schart, | |
| std::size_t | ruleLimit | |||
| ) | [inline] |
Definition at line 24 of file ParserCallback.h.
| const Container& Moses::Syntax::S2T::StandardParserCallback::GetContainer | ( | ) | [inline] |
Definition at line 38 of file ParserCallback.h.
| void Moses::Syntax::S2T::StandardParserCallback::InitForRange | ( | const Range & | range | ) | [inline] |
Definition at line 34 of file ParserCallback.h.
References Moses::Syntax::BoundedPriorityContainer< T >::LazyClear().

| void Moses::Syntax::S2T::StandardParserCallback::operator() | ( | const PHyperedge & | hyperedge | ) | [inline] |
Definition at line 28 of file ParserCallback.h.
References Moses::Syntax::S2T::PHyperedgeToSHyperedgeBundle(), and Moses::Syntax::BoundedPriorityContainer< T >::SwapIn().

1.5.9