FST
openfst-1.8.4
OpenFst Library
|
#include <synchronize.h>
Public Types | |
using | StateId = typename Arc::StateId |
![]() | |
using | Arc = typename SynchronizeFst< Arc >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = typename SynchronizeFst< Arc >::Store |
using | State = typename Store::State |
using | Impl = internal::CacheBaseImpl< State, Store > |
Public Member Functions | |
ArcIterator (const SynchronizeFst< 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 376 of file synchronize.h.
using fst::ArcIterator< SynchronizeFst< Arc > >::StateId = typename Arc::StateId |
Definition at line 379 of file synchronize.h.
|
inline |
Definition at line 381 of file synchronize.h.