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

#include <vector-fst.h>

Public Types

using StateId = typename Arc::StateId
 

Public Member Functions

 StateIterator (const VectorFst< Arc, State > &fst)
 
bool Done () const
 
StateId Value () const
 
void Next ()
 
void Reset ()
 

Detailed Description

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

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

Member Typedef Documentation

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

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

Constructor & Destructor Documentation

template<class Arc , class State >
fst::StateIterator< VectorFst< Arc, State > >::StateIterator ( const VectorFst< Arc, State > &  fst)
inlineexplicit

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

Member Function Documentation

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

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

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

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

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

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

template<class Arc , class State >
StateId fst::StateIterator< VectorFst< Arc, State > >::Value ( ) const
inline

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


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