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

#include <arc-map.h>

Inheritance diagram for fst::StateIterator< ArcMapFst< A, B, C > >:
Inheritance graph
[legend]
Collaboration diagram for fst::StateIterator< ArcMapFst< A, B, C > >:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

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

Detailed Description

template<class A, class B, class C>
class fst::StateIterator< ArcMapFst< A, B, C > >

Definition at line 589 of file arc-map.h.

Member Typedef Documentation

template<class A , class B , class C >
using fst::StateIterator< ArcMapFst< A, B, C > >::StateId = typename B::StateId

Definition at line 591 of file arc-map.h.

Constructor & Destructor Documentation

template<class A , class B , class C >
fst::StateIterator< ArcMapFst< A, B, C > >::StateIterator ( const ArcMapFst< A, B, C > &  fst)
inlineexplicit

Definition at line 593 of file arc-map.h.

Member Function Documentation

template<class A , class B , class C >
bool fst::StateIterator< ArcMapFst< A, B, C > >::Done ( ) const
inlinefinalvirtual

Implements fst::StateIteratorBase< B >.

Definition at line 601 of file arc-map.h.

template<class A , class B , class C >
void fst::StateIterator< ArcMapFst< A, B, C > >::Next ( )
inlinefinalvirtual

Implements fst::StateIteratorBase< B >.

Definition at line 605 of file arc-map.h.

template<class A , class B , class C >
void fst::StateIterator< ArcMapFst< A, B, C > >::Reset ( )
inlinefinalvirtual

Implements fst::StateIteratorBase< B >.

Definition at line 615 of file arc-map.h.

template<class A , class B , class C >
StateId fst::StateIterator< ArcMapFst< A, B, C > >::Value ( ) const
inlinefinalvirtual

Implements fst::StateIteratorBase< B >.

Definition at line 603 of file arc-map.h.


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