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

#include <fst.h>

Inheritance diagram for fst::StateIterator< FST >:
Inheritance graph
[legend]

Public Types

using Arc = typename FST::Arc
 
using StateId = typename Arc::StateId
 

Public Member Functions

 StateIterator (const FST &fst)
 
bool Done () const
 
StateId Value () const
 
void Next ()
 
void Reset ()
 

Detailed Description

template<class FST>
class fst::StateIterator< FST >

Definition at line 406 of file fst.h.

Member Typedef Documentation

template<class FST>
using fst::StateIterator< FST >::Arc = typename FST::Arc

Definition at line 408 of file fst.h.

template<class FST>
using fst::StateIterator< FST >::StateId = typename Arc::StateId

Definition at line 409 of file fst.h.

Constructor & Destructor Documentation

template<class FST>
fst::StateIterator< FST >::StateIterator ( const FST fst)
inlineexplicit

Definition at line 411 of file fst.h.

Member Function Documentation

template<class FST>
bool fst::StateIterator< FST >::Done ( ) const
inline

Definition at line 415 of file fst.h.

template<class FST>
void fst::StateIterator< FST >::Next ( )
inline

Definition at line 421 of file fst.h.

template<class FST>
void fst::StateIterator< FST >::Reset ( )
inline

Definition at line 429 of file fst.h.

template<class FST>
StateId fst::StateIterator< FST >::Value ( ) const
inline

Definition at line 419 of file fst.h.


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