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 | |
IdentityStateMapper (const Fst< Arc > &fst) | |
IdentityStateMapper (const IdentityStateMapper< 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 415 of file state-map.h.
using fst::IdentityStateMapper< Arc >::FromArc = Arc |
Definition at line 417 of file state-map.h.
using fst::IdentityStateMapper< Arc >::StateId = typename Arc::StateId |
Definition at line 420 of file state-map.h.
using fst::IdentityStateMapper< Arc >::ToArc = Arc |
Definition at line 418 of file state-map.h.
using fst::IdentityStateMapper< Arc >::Weight = typename Arc::Weight |
Definition at line 421 of file state-map.h.
|
inlineexplicit |
Definition at line 423 of file state-map.h.
|
inline |
Definition at line 426 of file state-map.h.
|
inline |
Definition at line 438 of file state-map.h.
|
inline |
Definition at line 432 of file state-map.h.
|
inline |
Definition at line 444 of file state-map.h.
|
inline |
Definition at line 442 of file state-map.h.
|
inline |
Definition at line 448 of file state-map.h.
|
inline |
Definition at line 452 of file state-map.h.
|
inline |
Definition at line 434 of file state-map.h.
|
inline |
Definition at line 430 of file state-map.h.
|
inline |
Definition at line 440 of file state-map.h.