FST  openfst-1.6.1
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > > Class Template Reference

#include <compact-fst.h>

Public Types

using StateId = typename Arc::StateId
 
using Element = typename Compactor::Element
 

Public Member Functions

 ArcIterator (const CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< Element, Unsigned >, CacheStore > &fst, StateId s)
 
bool Done () const
 
const ArcValue () const
 
void Next ()
 
size_t Position () const
 
void Reset ()
 
void Seek (size_t pos)
 
uint32 Flags () const
 
void SetFlags (uint32 f, uint32 m)
 

Detailed Description

template<class Arc, class Compactor, class Unsigned, class CacheStore>
class fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >

Definition at line 1061 of file compact-fst.h.

Member Typedef Documentation

template<class Arc , class Compactor , class Unsigned , class CacheStore >
using fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Element = typename Compactor::Element

Definition at line 1066 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
using fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::StateId = typename Arc::StateId

Definition at line 1065 of file compact-fst.h.

Constructor & Destructor Documentation

template<class Arc , class Compactor , class Unsigned , class CacheStore >
fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::ArcIterator ( const CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< Element, Unsigned >, CacheStore > &  fst,
StateId  s 
)
inline

Definition at line 1068 of file compact-fst.h.

Member Function Documentation

template<class Arc , class Compactor , class Unsigned , class CacheStore >
bool fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Done ( ) const
inline

Definition at line 1096 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
uint32 fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Flags ( ) const
inline

Definition at line 1111 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
void fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Next ( )
inline

Definition at line 1103 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
size_t fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Position ( ) const
inline

Definition at line 1105 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
void fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Reset ( )
inline

Definition at line 1107 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
void fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Seek ( size_t  pos)
inline

Definition at line 1109 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
void fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::SetFlags ( uint32  f,
uint32  m 
)
inline

Definition at line 1113 of file compact-fst.h.

template<class Arc , class Compactor , class Unsigned , class CacheStore >
const Arc& fst::ArcIterator< CompactFst< Arc, Compactor, Unsigned, DefaultCompactStore< typename Compactor::Element, Unsigned >, CacheStore > >::Value ( ) const
inline

Definition at line 1098 of file compact-fst.h.


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