FST
openfst-1.8.4
OpenFst Library
|
#include <matcher-fst.h>
Public Types | |
using | StateId = typename FST::Arc::StateId |
![]() | |
using | Arc = typename FST::Arc |
using | StateId = typename Arc::StateId |
Public Member Functions | |
ArcIterator (const MatcherFst< FST, M, Name, Init > &fst, typename FST::Arc::StateId s) | |
![]() | |
ArcIterator (const FST &fst, StateId s) | |
ArcIterator (const ArcIteratorData< Arc > &data)=delete | |
~ArcIterator () | |
bool | Done () const |
const Arc & | Value () 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) |
Definition at line 245 of file matcher-fst.h.
using fst::ArcIterator< MatcherFst< FST, M, Name, Init > >::StateId = typename FST::Arc::StateId |
Definition at line 247 of file matcher-fst.h.
|
inline |
Definition at line 249 of file matcher-fst.h.