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

#include <compact-fst.h>

Public Types

using StateId = typename Arc::StateId
 

Public Member Functions

 StateIterator (const CompactFst< Arc, Compactor, CacheStore > &fst)
 
bool Done () const
 
StateId Value () const
 
void Next ()
 
void Reset ()
 

Detailed Description

template<class Arc, class Compactor, class CacheStore>
class fst::StateIterator< CompactFst< Arc, Compactor, CacheStore > >

Definition at line 1327 of file compact-fst.h.

Member Typedef Documentation

template<class Arc , class Compactor , class CacheStore >
using fst::StateIterator< CompactFst< Arc, Compactor, CacheStore > >::StateId = typename Arc::StateId

Definition at line 1329 of file compact-fst.h.

Constructor & Destructor Documentation

template<class Arc , class Compactor , class CacheStore >
fst::StateIterator< CompactFst< Arc, Compactor, CacheStore > >::StateIterator ( const CompactFst< Arc, Compactor, CacheStore > &  fst)
inlineexplicit

Definition at line 1331 of file compact-fst.h.

Member Function Documentation

template<class Arc , class Compactor , class CacheStore >
bool fst::StateIterator< CompactFst< Arc, Compactor, CacheStore > >::Done ( ) const
inline

Definition at line 1334 of file compact-fst.h.

template<class Arc , class Compactor , class CacheStore >
void fst::StateIterator< CompactFst< Arc, Compactor, CacheStore > >::Next ( )
inline

Definition at line 1338 of file compact-fst.h.

template<class Arc , class Compactor , class CacheStore >
void fst::StateIterator< CompactFst< Arc, Compactor, CacheStore > >::Reset ( )
inline

Definition at line 1340 of file compact-fst.h.

template<class Arc , class Compactor , class CacheStore >
StateId fst::StateIterator< CompactFst< Arc, Compactor, CacheStore > >::Value ( ) const
inline

Definition at line 1336 of file compact-fst.h.


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