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

#include <replace.h>

Public Types

using StateId = typename Arc::StateId
 
using StateTuple = typename StateTable::StateTuple
 

Public Member Functions

 ArcIterator (const ReplaceFst< Arc, StateTable, CacheStore > &fst, StateId s)
 
 ~ArcIterator ()
 
void ExpandAndCache () const
 
void Init ()
 
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 StateTable, class CacheStore>
class fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >

Definition at line 1096 of file replace.h.

Member Typedef Documentation

template<class Arc , class StateTable , class CacheStore >
using fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >::StateId = typename Arc::StateId

Definition at line 1098 of file replace.h.

template<class Arc , class StateTable , class CacheStore >
using fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >::StateTuple = typename StateTable::StateTuple

Definition at line 1100 of file replace.h.

Constructor & Destructor Documentation

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

Definition at line 1102 of file replace.h.

template<class Arc , class StateTable , class CacheStore >
fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >::~ArcIterator ( )
inline

Definition at line 1161 of file replace.h.

Member Function Documentation

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

Definition at line 1195 of file replace.h.

template<class Arc , class StateTable , class CacheStore >
void fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >::ExpandAndCache ( ) const
inline

Definition at line 1166 of file replace.h.

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

Definition at line 1240 of file replace.h.

template<class Arc , class StateTable , class CacheStore >
void fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >::Init ( )
inline

Definition at line 1178 of file replace.h.

template<class Arc , class StateTable , class CacheStore >
void fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >::Next ( )
inline

Definition at line 1232 of file replace.h.

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

Definition at line 1234 of file replace.h.

template<class Arc , class StateTable , class CacheStore >
void fst::ArcIterator< ReplaceFst< Arc, StateTable, CacheStore > >::Reset ( )
inline

Definition at line 1236 of file replace.h.

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

Definition at line 1238 of file replace.h.

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

Definition at line 1242 of file replace.h.

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

Definition at line 1197 of file replace.h.


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