FST
openfst-1.8.4
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_t | Properties (uint64_t props) const |
Definition at line 460 of file state-map.h.
using fst::ArcSumMapper< Arc >::FromArc = Arc |
Definition at line 462 of file state-map.h.
using fst::ArcSumMapper< Arc >::StateId = typename Arc::StateId |
Definition at line 465 of file state-map.h.
using fst::ArcSumMapper< Arc >::ToArc = Arc |
Definition at line 463 of file state-map.h.
using fst::ArcSumMapper< Arc >::Weight = typename Arc::Weight |
Definition at line 466 of file state-map.h.
|
inlineexplicit |
Definition at line 468 of file state-map.h.
|
inline |
Definition at line 471 of file state-map.h.
|
inline |
Definition at line 502 of file state-map.h.
|
inline |
Definition at line 476 of file state-map.h.
|
inline |
Definition at line 508 of file state-map.h.
|
inline |
Definition at line 506 of file state-map.h.
|
inline |
Definition at line 512 of file state-map.h.
|
inline |
Definition at line 516 of file state-map.h.
|
inline |
Definition at line 478 of file state-map.h.
|
inline |
Definition at line 474 of file state-map.h.
|
inline |
Definition at line 504 of file state-map.h.