FST
openfst-1.8.4
OpenFst Library
|
#include <randgen.h>
Public Types | |
using | StateId = typename FromArc::StateId |
![]() | |
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 > |
Public Member Functions | |
ArcIterator (const RandGenFst< FromArc, ToArc, Sampler > &fst, StateId s) | |
![]() | |
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) |
using fst::ArcIterator< RandGenFst< FromArc, ToArc, Sampler > >::StateId = typename FromArc::StateId |
|
inline |