FST
openfst-1.8.4
OpenFst Library
|
#include <state-map.h>
Public Types | |
using | StateId = typename A::StateId |
![]() | |
using | Arc = typename StateMapFst< A, B, C >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = typename StateMapFst< A, B, C >::Store |
using | State = typename Store::State |
using | Impl = internal::CacheBaseImpl< State, Store > |
Public Member Functions | |
ArcIterator (const StateMapFst< A, B, C > &fst, StateId state) | |
![]() | |
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 400 of file state-map.h.
using fst::ArcIterator< StateMapFst< A, B, C > >::StateId = typename A::StateId |
Definition at line 403 of file state-map.h.
|
inline |
Definition at line 405 of file state-map.h.