FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::ArcIterator< RandGenFst< FromArc, ToArc, Sampler > > Class Template Reference

#include <randgen.h>

Inheritance diagram for fst::ArcIterator< RandGenFst< FromArc, ToArc, Sampler > >:
Inheritance graph
[legend]
Collaboration diagram for fst::ArcIterator< RandGenFst< FromArc, ToArc, Sampler > >:
Collaboration graph
[legend]

Public Types

using StateId = typename FromArc::StateId
 
- Public Types inherited from fst::CacheArcIterator< RandGenFst< FromArc, ToArc, Sampler > >
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)
 
- Public Member Functions inherited from fst::CacheArcIterator< RandGenFst< FromArc, ToArc, Sampler > >
 CacheArcIterator (Impl *impl, StateId s)
 
 ~CacheArcIterator ()
 
bool Done () const
 
const ArcValue () 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)
 

Detailed Description

template<class FromArc, class ToArc, class Sampler>
class fst::ArcIterator< RandGenFst< FromArc, ToArc, Sampler > >

Definition at line 633 of file randgen.h.

Member Typedef Documentation

template<class FromArc , class ToArc , class Sampler >
using fst::ArcIterator< RandGenFst< FromArc, ToArc, Sampler > >::StateId = typename FromArc::StateId

Definition at line 636 of file randgen.h.

Constructor & Destructor Documentation

template<class FromArc , class ToArc , class Sampler >
fst::ArcIterator< RandGenFst< FromArc, ToArc, Sampler > >::ArcIterator ( const RandGenFst< FromArc, ToArc, Sampler > &  fst,
StateId  s 
)
inline

Definition at line 638 of file randgen.h.


The documentation for this class was generated from the following file: