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

#include <const-fst.h>

Public Types

using StateId = typename Arc::StateId
 

Public Member Functions

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

Detailed Description

template<class Arc, class Unsigned>
class fst::StateIterator< ConstFst< Arc, Unsigned > >

Definition at line 418 of file const-fst.h.

Member Typedef Documentation

template<class Arc , class Unsigned >
using fst::StateIterator< ConstFst< Arc, Unsigned > >::StateId = typename Arc::StateId

Definition at line 420 of file const-fst.h.

Constructor & Destructor Documentation

template<class Arc , class Unsigned >
fst::StateIterator< ConstFst< Arc, Unsigned > >::StateIterator ( const ConstFst< Arc, Unsigned > &  fst)
inlineexplicit

Definition at line 422 of file const-fst.h.

Member Function Documentation

template<class Arc , class Unsigned >
bool fst::StateIterator< ConstFst< Arc, Unsigned > >::Done ( ) const
inline

Definition at line 425 of file const-fst.h.

template<class Arc , class Unsigned >
void fst::StateIterator< ConstFst< Arc, Unsigned > >::Next ( )
inline

Definition at line 429 of file const-fst.h.

template<class Arc , class Unsigned >
void fst::StateIterator< ConstFst< Arc, Unsigned > >::Reset ( )
inline

Definition at line 431 of file const-fst.h.

template<class Arc , class Unsigned >
StateId fst::StateIterator< ConstFst< Arc, Unsigned > >::Value ( ) const
inline

Definition at line 427 of file const-fst.h.


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