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

#include <arc-map.h>

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

Public Types

using FST = ArcMapFst< A, B, C, CacheStore, propagate_expanded_fst >
 
using StateId = typename B::StateId
 
- Public Types inherited from fst::StateIteratorBase< B >
using StateId = typename B::StateId
 

Public Member Functions

 StateIterator (const FST &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 CacheStore, PropagateKExpanded propagate_expanded_fst>
class fst::StateIterator< ArcMapFst< A, B, C, CacheStore, propagate_expanded_fst > >

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

Member Typedef Documentation

template<class A , class B , class C , class CacheStore , PropagateKExpanded propagate_expanded_fst>
using fst::StateIterator< ArcMapFst< A, B, C, CacheStore, propagate_expanded_fst > >::FST = ArcMapFst<A, B, C, CacheStore, propagate_expanded_fst>

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

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

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

Constructor & Destructor Documentation

template<class A , class B , class C , class CacheStore , PropagateKExpanded propagate_expanded_fst>
fst::StateIterator< ArcMapFst< A, B, C, CacheStore, propagate_expanded_fst > >::StateIterator ( const FST fst)
inlineexplicit

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

Member Function Documentation

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

Implements fst::StateIteratorBase< B >.

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

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

Implements fst::StateIteratorBase< B >.

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

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

Implements fst::StateIteratorBase< B >.

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

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

Implements fst::StateIteratorBase< B >.

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


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