FST
openfst-1.8.4
OpenFst Library
|
#include <arcsort.h>
Public Types | |
using | FromArc = Arc |
using | ToArc = Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
constexpr | ArcSortMapper (const Fst< Arc > &fst, const Compare &comp) |
ArcSortMapper (const ArcSortMapper< Arc, Compare > &mapper, const Fst< Arc > *fst=nullptr) | |
StateId | Start () |
Weight | Final (StateId s) const |
void | SetState (StateId s) |
bool | Done () const |
const Arc & | Value () const |
void | Next () |
MapSymbolsAction | InputSymbolsAction () const |
MapSymbolsAction | OutputSymbolsAction () const |
uint64_t | Properties (uint64_t props) const |
using fst::ArcSortMapper< Arc, Compare >::FromArc = Arc |
using fst::ArcSortMapper< Arc, Compare >::StateId = typename Arc::StateId |
using fst::ArcSortMapper< Arc, Compare >::ToArc = Arc |
using fst::ArcSortMapper< Arc, Compare >::Weight = typename Arc::Weight |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |