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

Public Types | |
| typedef A | Arc |
| typedef A::StateId | StateId |
| typedef F | FilterState |
| typedef ComposeStateTuple < StateId, F > | StateTuple |
Public Member Functions | |
| StringDetComposeStateTable (const Fst< A > &fst1, const Fst< A > &fst2) | |
| StringDetComposeStateTable (const StringDetComposeStateTable< A, F > &table) | |
A VectorStateTable over composition tuples. This can be used when FST1 is a string (satisfies kStringProperties) and FST2 is epsilon-free and deterministic. It should be used with a composition filter that creates at most one filter state per tuple under these conditions (e.g. SequenceComposeFilter or MatchComposeFilter).
Definition at line 619 of file state-table.h.
| typedef A fst::StringDetComposeStateTable< A, F >::Arc |
Definition at line 623 of file state-table.h.
| typedef F fst::StringDetComposeStateTable< A, F >::FilterState |
Reimplemented from fst::VectorStateTable< ComposeStateTuple< A::StateId, F >, ComposeState1Fingerprint< A::StateId, F > >.
Definition at line 625 of file state-table.h.
| typedef A::StateId fst::StringDetComposeStateTable< A, F >::StateId |
Reimplemented from fst::VectorStateTable< ComposeStateTuple< A::StateId, F >, ComposeState1Fingerprint< A::StateId, F > >.
Definition at line 624 of file state-table.h.
| typedef ComposeStateTuple<StateId, F> fst::StringDetComposeStateTable< A, F >::StateTuple |
Reimplemented from fst::VectorStateTable< ComposeStateTuple< A::StateId, F >, ComposeState1Fingerprint< A::StateId, F > >.
Definition at line 626 of file state-table.h.
| fst::StringDetComposeStateTable< A, F >::StringDetComposeStateTable | ( | const Fst< A > & | fst1, | |
| const Fst< A > & | fst2 | |||
| ) | [inline] |
Definition at line 628 of file state-table.h.
| fst::StringDetComposeStateTable< A, F >::StringDetComposeStateTable | ( | const StringDetComposeStateTable< A, F > & | table | ) | [inline] |
Definition at line 637 of file state-table.h.
1.7.1