FST
openfst-1.8.3
OpenFst Library
|
#include <closure.h>
Public Types | |
using | StateId = typename Arc::StateId |
Public Types inherited from fst::ArcIterator< RationalFst< Arc > > | |
using | StateId = typename Arc::StateId |
Public Types inherited from fst::CacheArcIterator< ReplaceFst< Arc > > | |
using | Arc = typename ReplaceFst< Arc >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = typename ReplaceFst< Arc >::Store |
using | State = typename Store::State |
using | Impl = internal::CacheBaseImpl< State, Store > |
Public Member Functions | |
ArcIterator (const ClosureFst< Arc > &fst, StateId s) | |
Public Member Functions inherited from fst::ArcIterator< RationalFst< Arc > > | |
ArcIterator (const RationalFst< Arc > &fst, StateId s) | |
Public Member Functions inherited from fst::CacheArcIterator< ReplaceFst< Arc > > | |
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) |
using fst::ArcIterator< ClosureFst< Arc > >::StateId = typename Arc::StateId |
|
inline |