FST
openfst-1.8.4
OpenFst Library
|
#include <randgen.h>
Public Member Functions | |
StateIterator (const RandGenFst< FromArc, ToArc, Sampler > &fst) | |
![]() | |
CacheStateIterator (const RandGenFst< FromArc, ToArc, Sampler > &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 RandGenFst< FromArc, ToArc, Sampler >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = typename RandGenFst< FromArc, ToArc, Sampler >::Store |
using | State = typename Store::State |
using | Impl = internal::CacheBaseImpl< State, Store > |
![]() | |
using | StateId = typename RandGenFst< FromArc, ToArc, Sampler >::Arc::StateId |
|
inlineexplicit |