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

#include <ngram-fst.h>

Inheritance diagram for fst::StateIterator< NGramFst< A > >:
Inheritance graph
[legend]
Collaboration diagram for fst::StateIterator< NGramFst< A > >:
Collaboration graph
[legend]

Public Types

typedef A::StateId StateId
 
- Public Types inherited from fst::StateIteratorBase< A >
using StateId = typename A::StateId
 

Public Member Functions

 StateIterator (const NGramFst< A > &fst)
 
bool Done () const final
 
StateId Value () const final
 
void Next () final
 
void Reset () final
 
- Public Member Functions inherited from fst::StateIteratorBase< A >
virtual ~StateIteratorBase ()=default
 

Detailed Description

template<class A>
class fst::StateIterator< NGramFst< A > >

Definition at line 942 of file ngram-fst.h.

Member Typedef Documentation

template<class A >
typedef A::StateId fst::StateIterator< NGramFst< A > >::StateId

Definition at line 944 of file ngram-fst.h.

Constructor & Destructor Documentation

template<class A >
fst::StateIterator< NGramFst< A > >::StateIterator ( const NGramFst< A > &  fst)
inlineexplicit

Definition at line 946 of file ngram-fst.h.

Member Function Documentation

template<class A >
bool fst::StateIterator< NGramFst< A > >::Done ( ) const
inlinefinalvirtual

Implements fst::StateIteratorBase< A >.

Definition at line 949 of file ngram-fst.h.

template<class A >
void fst::StateIterator< NGramFst< A > >::Next ( )
inlinefinalvirtual

Implements fst::StateIteratorBase< A >.

Definition at line 956 of file ngram-fst.h.

template<class A >
void fst::StateIterator< NGramFst< A > >::Reset ( )
inlinefinalvirtual

Implements fst::StateIteratorBase< A >.

Definition at line 958 of file ngram-fst.h.

template<class A >
StateId fst::StateIterator< NGramFst< A > >::Value ( ) const
inlinefinalvirtual

Implements fst::StateIteratorBase< A >.

Definition at line 951 of file ngram-fst.h.


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