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

#include <matcher-fst.h>

Inheritance diagram for fst::ArcIterator< MatcherFst< FST, M, Name, Init > >:
Inheritance graph
[legend]
Collaboration diagram for fst::ArcIterator< MatcherFst< FST, M, Name, Init > >:
Collaboration graph
[legend]

Public Types

using StateId = typename FST::Arc::StateId
 
- Public Types inherited from fst::ArcIterator< FST >
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)
 
- Public Member Functions inherited from fst::ArcIterator< FST >
 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 M, const char * Name, class Init>
class fst::ArcIterator< MatcherFst< FST, M, Name, Init > >

Definition at line 245 of file matcher-fst.h.

Member Typedef Documentation

template<class FST , class M , const char * Name, class Init >
using fst::ArcIterator< MatcherFst< FST, M, Name, Init > >::StateId = typename FST::Arc::StateId

Definition at line 247 of file matcher-fst.h.

Constructor & Destructor Documentation

template<class FST , class M , const char * Name, class Init >
fst::ArcIterator< MatcherFst< FST, M, Name, Init > >::ArcIterator ( const MatcherFst< FST, M, Name, Init > &  fst,
typename FST::Arc::StateId  s 
)
inline

Definition at line 249 of file matcher-fst.h.


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