A HashStateTable over composition tuples. More...
#include <fst/state-table.h>
Public Types | |
| typedef A | Arc |
| typedef A::StateId | StateId |
| typedef F | FilterState |
| typedef ComposeStateTuple < StateId, F > | StateTuple |
Public Member Functions | |
| GenericComposeStateTable (const Fst< A > &fst1, const Fst< A > &fst2) | |
| GenericComposeStateTable (const GenericComposeStateTable< A, F > &table) | |
A HashStateTable over composition tuples.
Definition at line 515 of file state-table.h.
| typedef A fst::GenericComposeStateTable< A, F, H >::Arc |
Definition at line 517 of file state-table.h.
| typedef F fst::GenericComposeStateTable< A, F, H >::FilterState |
Definition at line 519 of file state-table.h.
| typedef A::StateId fst::GenericComposeStateTable< A, F, H >::StateId |
Definition at line 518 of file state-table.h.
| typedef ComposeStateTuple<StateId, F> fst::GenericComposeStateTable< A, F, H >::StateTuple |
Definition at line 520 of file state-table.h.
| fst::GenericComposeStateTable< A, F, H >::GenericComposeStateTable | ( | const Fst< A > & | fst1, | |
| const Fst< A > & | fst2 | |||
| ) | [inline] |
Definition at line 522 of file state-table.h.
| fst::GenericComposeStateTable< A, F, H >::GenericComposeStateTable | ( | const GenericComposeStateTable< A, F > & | table | ) | [inline] |
Definition at line 524 of file state-table.h.
1.7.1