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

#include <mutable-fst.h>

Public Types

using Arc = typename FST::Arc
 
using StateId = typename Arc::StateId
 

Public Member Functions

 MutableArcIterator (FST *fst, StateId s)
 
bool Done () const
 
const ArcValue () const
 
void Next ()
 
size_t Position () const
 
void Reset ()
 
void Seek (size_t a)
 
void SetValue (const Arc &arc)
 
uint8_t Flags () const
 
void SetFlags (uint8_t flags, uint8_t mask)
 

Detailed Description

template<class FST>
class fst::MutableArcIterator< FST >

Definition at line 225 of file mutable-fst.h.

Member Typedef Documentation

template<class FST>
using fst::MutableArcIterator< FST >::Arc = typename FST::Arc

Definition at line 227 of file mutable-fst.h.

template<class FST>
using fst::MutableArcIterator< FST >::StateId = typename Arc::StateId

Definition at line 228 of file mutable-fst.h.

Constructor & Destructor Documentation

template<class FST>
fst::MutableArcIterator< FST >::MutableArcIterator ( FST fst,
StateId  s 
)
inline

Definition at line 230 of file mutable-fst.h.

Member Function Documentation

template<class FST>
bool fst::MutableArcIterator< FST >::Done ( ) const
inline

Definition at line 234 of file mutable-fst.h.

template<class FST>
uint8_t fst::MutableArcIterator< FST >::Flags ( ) const
inline

Definition at line 248 of file mutable-fst.h.

template<class FST>
void fst::MutableArcIterator< FST >::Next ( )
inline

Definition at line 238 of file mutable-fst.h.

template<class FST>
size_t fst::MutableArcIterator< FST >::Position ( ) const
inline

Definition at line 240 of file mutable-fst.h.

template<class FST>
void fst::MutableArcIterator< FST >::Reset ( )
inline

Definition at line 242 of file mutable-fst.h.

template<class FST>
void fst::MutableArcIterator< FST >::Seek ( size_t  a)
inline

Definition at line 244 of file mutable-fst.h.

template<class FST>
void fst::MutableArcIterator< FST >::SetFlags ( uint8_t  flags,
uint8_t  mask 
)
inline

Definition at line 250 of file mutable-fst.h.

template<class FST>
void fst::MutableArcIterator< FST >::SetValue ( const Arc arc)
inline

Definition at line 246 of file mutable-fst.h.

template<class FST>
const Arc& fst::MutableArcIterator< FST >::Value ( ) const
inline

Definition at line 236 of file mutable-fst.h.


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