FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::ArcIterator< SynchronizeFst< Arc > > Class Template Reference

#include <synchronize.h>

Inheritance diagram for fst::ArcIterator< SynchronizeFst< Arc > >:
Inheritance graph
[legend]
Collaboration diagram for fst::ArcIterator< SynchronizeFst< Arc > >:
Collaboration graph
[legend]

Public Types

using StateId = typename Arc::StateId
 
- Public Types inherited from fst::CacheArcIterator< SynchronizeFst< Arc > >
using Arc = typename SynchronizeFst< Arc >::Arc
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
using Store = typename SynchronizeFst< Arc >::Store
 
using State = typename Store::State
 
using Impl = internal::CacheBaseImpl< State, Store >
 

Public Member Functions

 ArcIterator (const SynchronizeFst< Arc > &fst, StateId s)
 
- Public Member Functions inherited from fst::CacheArcIterator< SynchronizeFst< Arc > >
 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 Arc>
class fst::ArcIterator< SynchronizeFst< Arc > >

Definition at line 374 of file synchronize.h.

Member Typedef Documentation

template<class Arc >
using fst::ArcIterator< SynchronizeFst< Arc > >::StateId = typename Arc::StateId

Definition at line 377 of file synchronize.h.

Constructor & Destructor Documentation

template<class Arc >
fst::ArcIterator< SynchronizeFst< Arc > >::ArcIterator ( const SynchronizeFst< Arc > &  fst,
StateId  s 
)
inline

Definition at line 379 of file synchronize.h.


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