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

#include <compact-fst.h>

Public Types

using StateId = typename Arc::StateId
 
using State = typename Compactor::State
 

Public Member Functions

 ArcIterator (const CompactFst< Arc, Compactor, CacheStore > &fst, StateId s)
 
bool Done () const
 
const Arc & Value () const
 
void Next ()
 
size_t Position () const
 
void Reset ()
 
void Seek (size_t pos)
 
uint8_t Flags () const
 
void SetFlags (uint8_t flags, uint8_t mask)
 

Detailed Description

template<class Arc, class Compactor, class CacheStore>
class fst::ArcIterator< CompactFst< Arc, Compactor, CacheStore > >

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

Member Typedef Documentation

template<class Arc , class Compactor , class CacheStore >
using fst::ArcIterator< CompactFst< Arc, Compactor, CacheStore > >::State = typename Compactor::State

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

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

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

template<class Arc , class Compactor , class CacheStore >
uint8_t fst::ArcIterator< CompactFst< Arc, Compactor, CacheStore > >::Flags ( ) const
inline

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

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

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

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

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

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

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

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

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

template<class Arc , class Compactor , class CacheStore >
void fst::ArcIterator< CompactFst< Arc, Compactor, CacheStore > >::SetFlags ( uint8_t  flags,
uint8_t  mask 
)
inline

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

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

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


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