FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::MutableArcIterator< VectorFst< Arc, State > > Class Template Reference

#include <vector-fst.h>

Inheritance diagram for fst::MutableArcIterator< VectorFst< Arc, State > >:
Inheritance graph
[legend]
Collaboration diagram for fst::MutableArcIterator< VectorFst< Arc, State > >:
Collaboration graph
[legend]

Public Types

using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
- Public Types inherited from fst::ArcIteratorBase< Arc >
using StateId = typename Arc::StateId
 

Public Member Functions

 MutableArcIterator (VectorFst< Arc, State > *fst, StateId s)
 
bool Done () const final
 
const Arc & Value () const final
 
void Next () final
 
size_t Position () const final
 
void Reset () final
 
void Seek (size_t a) final
 
void SetValue (const Arc &arc) final
 
uint8_t Flags () const final
 
void SetFlags (uint8_t, uint8_t) final
 
- Public Member Functions inherited from fst::ArcIteratorBase< Arc >
virtual ~ArcIteratorBase ()=default
 

Detailed Description

template<class Arc, class State>
class fst::MutableArcIterator< VectorFst< Arc, State > >

Definition at line 742 of file vector-fst.h.

Member Typedef Documentation

template<class Arc , class State >
using fst::MutableArcIterator< VectorFst< Arc, State > >::StateId = typename Arc::StateId

Definition at line 745 of file vector-fst.h.

template<class Arc , class State >
using fst::MutableArcIterator< VectorFst< Arc, State > >::Weight = typename Arc::Weight

Definition at line 746 of file vector-fst.h.

Constructor & Destructor Documentation

template<class Arc , class State >
fst::MutableArcIterator< VectorFst< Arc, State > >::MutableArcIterator ( VectorFst< Arc, State > *  fst,
StateId  s 
)
inline

Definition at line 748 of file vector-fst.h.

Member Function Documentation

template<class Arc , class State >
bool fst::MutableArcIterator< VectorFst< Arc, State > >::Done ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 754 of file vector-fst.h.

template<class Arc , class State >
uint8_t fst::MutableArcIterator< VectorFst< Arc, State > >::Flags ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 805 of file vector-fst.h.

template<class Arc , class State >
void fst::MutableArcIterator< VectorFst< Arc, State > >::Next ( )
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 758 of file vector-fst.h.

template<class Arc , class State >
size_t fst::MutableArcIterator< VectorFst< Arc, State > >::Position ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 760 of file vector-fst.h.

template<class Arc , class State >
void fst::MutableArcIterator< VectorFst< Arc, State > >::Reset ( )
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 762 of file vector-fst.h.

template<class Arc , class State >
void fst::MutableArcIterator< VectorFst< Arc, State > >::Seek ( size_t  a)
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 764 of file vector-fst.h.

template<class Arc , class State >
void fst::MutableArcIterator< VectorFst< Arc, State > >::SetFlags ( uint8_t  ,
uint8_t   
)
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 807 of file vector-fst.h.

template<class Arc , class State >
void fst::MutableArcIterator< VectorFst< Arc, State > >::SetValue ( const Arc &  arc)
inlinefinalvirtual

Implements fst::MutableArcIteratorBase< Arc >.

Definition at line 766 of file vector-fst.h.

template<class Arc , class State >
const Arc& fst::MutableArcIterator< VectorFst< Arc, State > >::Value ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 756 of file vector-fst.h.


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