FST
openfst-1.8.4
OpenFst Library
|
#include <visit.h>
Public Types | |
using | Arc = A |
using | StateId = typename Arc::StateId |
Public Member Functions | |
CopyVisitor (MutableFst< Arc > *ofst) | |
void | InitVisit (const Fst< A > &ifst) |
bool | InitState (StateId state, StateId) |
bool | WhiteArc (StateId state, const Arc &arc) |
bool | GreyArc (StateId state, const Arc &arc) |
bool | BlackArc (StateId state, const Arc &arc) |
void | FinishState (StateId state) |
void | FinishVisit () |
using fst::CopyVisitor< A >::Arc = A |
using fst::CopyVisitor< A >::StateId = typename Arc::StateId |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |