FST
openfst-1.8.2.post1
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 405 of file state-map.h.
using fst::IdentityStateMapper< Arc >::FromArc = Arc |
Definition at line 407 of file state-map.h.
using fst::IdentityStateMapper< Arc >::StateId = typename Arc::StateId |
Definition at line 410 of file state-map.h.
using fst::IdentityStateMapper< Arc >::ToArc = Arc |
Definition at line 408 of file state-map.h.
using fst::IdentityStateMapper< Arc >::Weight = typename Arc::Weight |
Definition at line 411 of file state-map.h.
|
inlineexplicit |
Definition at line 413 of file state-map.h.
|
inline |
Definition at line 416 of file state-map.h.
|
inline |
Definition at line 428 of file state-map.h.
|
inline |
Definition at line 422 of file state-map.h.
|
inline |
Definition at line 434 of file state-map.h.
|
inline |
Definition at line 432 of file state-map.h.
|
inline |
Definition at line 438 of file state-map.h.
|
inline |
Definition at line 442 of file state-map.h.
|
inline |
Definition at line 424 of file state-map.h.
|
inline |
Definition at line 420 of file state-map.h.
|
inline |
Definition at line 430 of file state-map.h.