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