FST
openfst-1.8.3
OpenFst Library
|
#include <difference.h>
Public Types | |
using | StateId = typename Arc::StateId |
Public Types inherited from fst::ArcIterator< ComposeFst< Arc > > | |
using | Arc = typename ComposeFst< Arc >::Arc |
using | StateId = typename Arc::StateId |
Public Member Functions | |
ArcIterator (const DifferenceFst< Arc > &fst, StateId s) | |
Public Member Functions inherited from fst::ArcIterator< ComposeFst< Arc > > | |
ArcIterator (const ComposeFst< Arc > &fst, StateId s) | |
ArcIterator (const ArcIteratorData< Arc > &data)=delete | |
~ArcIterator () | |
bool | Done () const |
const Arc & | Value () const |
void | Next () |
void | Reset () |
void | Seek (size_t a) |
size_t | Position () const |
uint8_t | Flags () const |
void | SetFlags (uint8_t flags, uint8_t mask) |
Definition at line 148 of file difference.h.
using fst::ArcIterator< DifferenceFst< Arc > >::StateId = typename Arc::StateId |
Definition at line 150 of file difference.h.
|
inline |
Definition at line 152 of file difference.h.