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

#include <const-fst.h>

Public Types

using StateId = typename Arc::StateId
 

Public Member Functions

 ArcIterator (const ConstFst< Arc, Unsigned > &fst, StateId s)
 
bool Done () const
 
const Arc & Value () const
 
void Next ()
 
size_t Position () const
 
void Reset ()
 
void Seek (size_t a)
 
constexpr uint8_t Flags () const
 
void SetFlags (uint8_t, uint8_t)
 

Detailed Description

template<class Arc, class Unsigned>
class fst::ArcIterator< ConstFst< Arc, Unsigned > >

Definition at line 441 of file const-fst.h.

Member Typedef Documentation

template<class Arc , class Unsigned >
using fst::ArcIterator< ConstFst< Arc, Unsigned > >::StateId = typename Arc::StateId

Definition at line 443 of file const-fst.h.

Constructor & Destructor Documentation

template<class Arc , class Unsigned >
fst::ArcIterator< ConstFst< Arc, Unsigned > >::ArcIterator ( const ConstFst< Arc, Unsigned > &  fst,
StateId  s 
)
inline

Definition at line 445 of file const-fst.h.

Member Function Documentation

template<class Arc , class Unsigned >
bool fst::ArcIterator< ConstFst< Arc, Unsigned > >::Done ( ) const
inline

Definition at line 450 of file const-fst.h.

template<class Arc , class Unsigned >
constexpr uint8_t fst::ArcIterator< ConstFst< Arc, Unsigned > >::Flags ( ) const
inline

Definition at line 462 of file const-fst.h.

template<class Arc , class Unsigned >
void fst::ArcIterator< ConstFst< Arc, Unsigned > >::Next ( )
inline

Definition at line 454 of file const-fst.h.

template<class Arc , class Unsigned >
size_t fst::ArcIterator< ConstFst< Arc, Unsigned > >::Position ( ) const
inline

Definition at line 456 of file const-fst.h.

template<class Arc , class Unsigned >
void fst::ArcIterator< ConstFst< Arc, Unsigned > >::Reset ( )
inline

Definition at line 458 of file const-fst.h.

template<class Arc , class Unsigned >
void fst::ArcIterator< ConstFst< Arc, Unsigned > >::Seek ( size_t  a)
inline

Definition at line 460 of file const-fst.h.

template<class Arc , class Unsigned >
void fst::ArcIterator< ConstFst< Arc, Unsigned > >::SetFlags ( uint8_t  ,
uint8_t   
)
inline

Definition at line 464 of file const-fst.h.

template<class Arc , class Unsigned >
const Arc& fst::ArcIterator< ConstFst< Arc, Unsigned > >::Value ( ) const
inline

Definition at line 452 of file const-fst.h.


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