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

#include <fst.h>

Inheritance diagram for fst::ArcIterator< FST >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

 ArcIterator (const FST &fst, StateId s)
 
 ArcIterator (const ArcIteratorData< Arc > &data)=delete
 
 ~ArcIterator ()
 
bool Done () const
 
const ArcValue () const
 
void Next ()
 
void Reset ()
 
void Seek (size_t a)
 
size_t Position () const
 
uint8_t Flags () const
 
void SetFlags (uint8_t flags, uint8_t mask)
 

Detailed Description

template<class FST>
class fst::ArcIterator< FST >

Definition at line 515 of file fst.h.

Member Typedef Documentation

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

Definition at line 517 of file fst.h.

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

Definition at line 518 of file fst.h.

Constructor & Destructor Documentation

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

Definition at line 520 of file fst.h.

template<class FST>
fst::ArcIterator< FST >::ArcIterator ( const ArcIteratorData< Arc > &  data)
explicitdelete
template<class FST>
fst::ArcIterator< FST >::~ArcIterator ( )
inline

Definition at line 526 of file fst.h.

Member Function Documentation

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

Definition at line 532 of file fst.h.

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

Definition at line 566 of file fst.h.

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

Definition at line 540 of file fst.h.

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

Definition at line 564 of file fst.h.

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

Definition at line 548 of file fst.h.

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

Definition at line 556 of file fst.h.

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

Definition at line 570 of file fst.h.

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

Definition at line 536 of file fst.h.


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