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

#include <vector-fst.h>

Public Types

using StateId = typename Arc::StateId
 

Public Member Functions

 ArcIterator (const VectorFst< Arc, State > &fst, StateId s)
 
bool Done () const
 
const Arc & Value () const
 
void Next ()
 
void Reset ()
 
void Seek (size_t a)
 
size_t Position () const
 
constexpr uint8_t Flags () const
 
void SetFlags (uint8_t, uint8_t)
 

Detailed Description

template<class Arc, class State>
class fst::ArcIterator< VectorFst< Arc, State > >

Definition at line 709 of file vector-fst.h.

Member Typedef Documentation

template<class Arc , class State >
using fst::ArcIterator< VectorFst< Arc, State > >::StateId = typename Arc::StateId

Definition at line 711 of file vector-fst.h.

Constructor & Destructor Documentation

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

Definition at line 713 of file vector-fst.h.

Member Function Documentation

template<class Arc , class State >
bool fst::ArcIterator< VectorFst< Arc, State > >::Done ( ) const
inline

Definition at line 717 of file vector-fst.h.

template<class Arc , class State >
constexpr uint8_t fst::ArcIterator< VectorFst< Arc, State > >::Flags ( ) const
inline

Definition at line 729 of file vector-fst.h.

template<class Arc , class State >
void fst::ArcIterator< VectorFst< Arc, State > >::Next ( )
inline

Definition at line 721 of file vector-fst.h.

template<class Arc , class State >
size_t fst::ArcIterator< VectorFst< Arc, State > >::Position ( ) const
inline

Definition at line 727 of file vector-fst.h.

template<class Arc , class State >
void fst::ArcIterator< VectorFst< Arc, State > >::Reset ( )
inline

Definition at line 723 of file vector-fst.h.

template<class Arc , class State >
void fst::ArcIterator< VectorFst< Arc, State > >::Seek ( size_t  a)
inline

Definition at line 725 of file vector-fst.h.

template<class Arc , class State >
void fst::ArcIterator< VectorFst< Arc, State > >::SetFlags ( uint8_t  ,
uint8_t   
)
inline

Definition at line 731 of file vector-fst.h.

template<class Arc , class State >
const Arc& fst::ArcIterator< VectorFst< Arc, State > >::Value ( ) const
inline

Definition at line 719 of file vector-fst.h.


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