#include <fst/state-table.h>
Inherits ErasableStateTable< ComposeStateTuple< A::StateId, F >, ComposeHash< A::StateId, F > >.

Public Types | |
| typedef A | Arc |
| typedef A::StateId | StateId |
| typedef F | FilterState |
| typedef ComposeStateTuple < StateId, F > | StateTuple |
Public Member Functions | |
| ErasableComposeStateTable (const Fst< A > &fst1, const Fst< A > &fst2) | |
| ErasableComposeStateTable (const ErasableComposeStateTable< A, F > &table) | |
An ErasableStateTable over composition tuples. The Erase(StateId) method can be called if the user either is sure that composition will never return to that tuple or doesn't care that if it does, it is assigned a new state ID.
Definition at line 681 of file state-table.h.
| typedef A fst::ErasableComposeStateTable< A, F >::Arc |
Definition at line 685 of file state-table.h.
| typedef F fst::ErasableComposeStateTable< A, F >::FilterState |
Definition at line 687 of file state-table.h.
| typedef A::StateId fst::ErasableComposeStateTable< A, F >::StateId |
Reimplemented from fst::ErasableStateTable< ComposeStateTuple< A::StateId, F >, ComposeHash< A::StateId, F > >.
Definition at line 686 of file state-table.h.
| typedef ComposeStateTuple<StateId, F> fst::ErasableComposeStateTable< A, F >::StateTuple |
Reimplemented from fst::ErasableStateTable< ComposeStateTuple< A::StateId, F >, ComposeHash< A::StateId, F > >.
Definition at line 688 of file state-table.h.
| fst::ErasableComposeStateTable< A, F >::ErasableComposeStateTable | ( | const Fst< A > & | fst1, | |
| const Fst< A > & | fst2 | |||
| ) | [inline] |
Definition at line 690 of file state-table.h.
| fst::ErasableComposeStateTable< A, F >::ErasableComposeStateTable | ( | const ErasableComposeStateTable< A, F > & | table | ) | [inline] |
Definition at line 692 of file state-table.h.
1.7.1