FST
openfst-1.7.1
OpenFst Library
|
#include <state-map.h>
Public Types | |
using | FromArc = Arc |
using | ToArc = Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
ArcSumMapper (const Fst< Arc > &fst) | |
ArcSumMapper (const ArcSumMapper< Arc > &mapper, const Fst< Arc > *fst=nullptr) | |
StateId | Start () const |
Weight | Final (StateId state) const |
void | SetState (StateId state) |
bool | Done () const |
const Arc & | Value () const |
void | Next () |
constexpr MapSymbolsAction | InputSymbolsAction () const |
constexpr MapSymbolsAction | OutputSymbolsAction () const |
uint64 | Properties (uint64 props) const |
Definition at line 434 of file state-map.h.
using fst::ArcSumMapper< Arc >::FromArc = Arc |
Definition at line 436 of file state-map.h.
using fst::ArcSumMapper< Arc >::StateId = typename Arc::StateId |
Definition at line 439 of file state-map.h.
using fst::ArcSumMapper< Arc >::ToArc = Arc |
Definition at line 437 of file state-map.h.
using fst::ArcSumMapper< Arc >::Weight = typename Arc::Weight |
Definition at line 440 of file state-map.h.
|
inlineexplicit |
Definition at line 442 of file state-map.h.
|
inline |
Definition at line 445 of file state-map.h.
|
inline |
Definition at line 476 of file state-map.h.
|
inline |
Definition at line 450 of file state-map.h.
|
inline |
Definition at line 482 of file state-map.h.
|
inline |
Definition at line 480 of file state-map.h.
|
inline |
Definition at line 486 of file state-map.h.
|
inline |
Definition at line 490 of file state-map.h.
|
inline |
Definition at line 452 of file state-map.h.
|
inline |
Definition at line 448 of file state-map.h.
|
inline |
Definition at line 478 of file state-map.h.