#include <applied.hh>


Public Member Functions | |
| GenericApplied () | |
| GenericApplied (void *location, PartialEdge partial) | |
| GenericApplied (void *location, Score score, Arity arity, Note note, Moses::Range range) | |
| GenericApplied (History from) | |
| Below * | Children () |
| const Below * | Children () const |
Static Public Member Functions | |
| static std::size_t | Size (Arity arity) |
Definition at line 13 of file applied.hh.
| search::GenericApplied< Below >::GenericApplied | ( | ) | [inline] |
Definition at line 15 of file applied.hh.
| search::GenericApplied< Below >::GenericApplied | ( | void * | location, | |
| PartialEdge | partial | |||
| ) | [inline] |
Definition at line 17 of file applied.hh.
| search::GenericApplied< Below >::GenericApplied | ( | void * | location, | |
| Score | score, | |||
| Arity | arity, | |||
| Note | note, | |||
| Moses::Range | range | |||
| ) | [inline] |
Definition at line 27 of file applied.hh.
| search::GenericApplied< Below >::GenericApplied | ( | History | from | ) | [inline, explicit] |
Definition at line 33 of file applied.hh.
| const Below* search::GenericApplied< Below >::Children | ( | ) | const [inline] |
Definition at line 40 of file applied.hh.
| Below* search::GenericApplied< Below >::Children | ( | ) | [inline] |
Definition at line 37 of file applied.hh.
Referenced by search::GenericApplied< Applied >::GenericApplied().

| static std::size_t search::GenericApplied< Below >::Size | ( | Arity | arity | ) | [inline, static] |
Definition at line 44 of file applied.hh.
Referenced by search::NBestList::NBestList().

1.5.9