FST
openfst-1.8.4
OpenFst Library
|
#include <cache.h>
Public Types | |
using | Arc = typename FST::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = typename FST::Store |
using | State = typename Store::State |
using | Impl = internal::CacheBaseImpl< State, Store > |
![]() | |
using | StateId = typename FST::Arc::StateId |
Public Member Functions | |
CacheStateIterator (const FST &fst, Impl *impl) | |
bool | Done () const final |
StateId | Value () const final |
void | Next () final |
void | Reset () final |
![]() | |
virtual | ~StateIteratorBase ()=default |
using fst::CacheStateIterator< FST >::Arc = typename FST::Arc |
using fst::CacheStateIterator< FST >::Impl = internal::CacheBaseImpl<State, Store> |
using fst::CacheStateIterator< FST >::State = typename Store::State |
using fst::CacheStateIterator< FST >::StateId = typename Arc::StateId |
using fst::CacheStateIterator< FST >::Store = typename FST::Store |
using fst::CacheStateIterator< FST >::Weight = typename Arc::Weight |
|
inline |
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< FST::Arc >.
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< FST::Arc >.
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< FST::Arc >.
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< FST::Arc >.