FST
openfst-1.8.4
OpenFst Library
|
#include <state-reachable.h>
Public Types | |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Index = I |
using | ISet = S |
using | Interval = typename ISet::Interval |
Public Member Functions | |
IntervalReachVisitor (const Fst< Arc > &fst, std::vector< S > *isets, std::vector< Index > *state2index) | |
void | InitVisit (const Fst< Arc > &) |
bool | InitState (StateId s, StateId r) |
constexpr bool | TreeArc (StateId, const Arc &) const |
bool | BackArc (StateId s, const Arc &arc) |
bool | ForwardOrCrossArc (StateId s, const Arc &arc) |
void | FinishState (StateId s, StateId p, const Arc *) |
void | FinishVisit () |
bool | Error () const |
Definition at line 47 of file state-reachable.h.
using fst::IntervalReachVisitor< Arc, I, S >::Index = I |
Definition at line 53 of file state-reachable.h.
using fst::IntervalReachVisitor< Arc, I, S >::Interval = typename ISet::Interval |
Definition at line 55 of file state-reachable.h.
using fst::IntervalReachVisitor< Arc, I, S >::ISet = S |
Definition at line 54 of file state-reachable.h.
using fst::IntervalReachVisitor< Arc, I, S >::Label = typename Arc::Label |
Definition at line 49 of file state-reachable.h.
using fst::IntervalReachVisitor< Arc, I, S >::StateId = typename Arc::StateId |
Definition at line 50 of file state-reachable.h.
using fst::IntervalReachVisitor< Arc, I, S >::Weight = typename Arc::Weight |
Definition at line 51 of file state-reachable.h.
|
inline |
Definition at line 57 of file state-reachable.h.
|
inline |
Definition at line 99 of file state-reachable.h.
|
inline |
Definition at line 124 of file state-reachable.h.
|
inline |
Definition at line 111 of file state-reachable.h.
|
inline |
Definition at line 122 of file state-reachable.h.
|
inline |
Definition at line 105 of file state-reachable.h.
|
inline |
Definition at line 69 of file state-reachable.h.
|
inline |
Definition at line 67 of file state-reachable.h.
|
inline |
Definition at line 97 of file state-reachable.h.