FST
openfst-1.8.4
OpenFst Library
|
#include <linear-fst.h>
Public Types | |
using | StateId = typename Arc::StateId |
![]() | |
using | Arc = typename LinearTaggerFst< Arc >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = typename LinearTaggerFst< Arc >::Store |
using | State = typename Store::State |
using | Impl = internal::CacheBaseImpl< State, Store > |
Public Member Functions | |
ArcIterator (const LinearTaggerFst< Arc > &fst, StateId s) | |
![]() | |
CacheArcIterator (Impl *impl, StateId s) | |
~CacheArcIterator () | |
bool | Done () const |
const Arc & | Value () const |
void | Next () |
size_t | Position () const |
void | Reset () |
void | Seek (size_t a) |
constexpr uint8_t | Flags () const |
void | SetFlags (uint8_t flags, uint8_t mask) |
Definition at line 577 of file linear-fst.h.
using fst::ArcIterator< LinearTaggerFst< Arc > >::StateId = typename Arc::StateId |
Definition at line 580 of file linear-fst.h.
|
inline |
Definition at line 582 of file linear-fst.h.