FST
openfst-1.8.4
OpenFst Library
|
#include <replace.h>
Public Member Functions | |
StateIterator (const ReplaceFst< Arc, StateTable, CacheStore > &fst) | |
![]() | |
CacheStateIterator (const ReplaceFst< Arc, StateTable, CacheStore > &fst, Impl *impl) | |
bool | Done () const final |
StateId | Value () const final |
void | Next () final |
void | Reset () final |
![]() | |
virtual | ~StateIteratorBase ()=default |
Additional Inherited Members | |
![]() | |
using | Arc = typename ReplaceFst< Arc, StateTable, CacheStore >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = typename ReplaceFst< Arc, StateTable, CacheStore >::Store |
using | State = typename Store::State |
using | Impl = internal::CacheBaseImpl< State, Store > |
![]() | |
using | StateId = typename ReplaceFst< Arc, StateTable, CacheStore >::Arc::StateId |
|
inlineexplicit |