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

#include <intersect.h>

Inheritance diagram for fst::ArcIterator< IntersectFst< Arc > >:
Inheritance graph
[legend]
Collaboration diagram for fst::ArcIterator< IntersectFst< Arc > >:
Collaboration graph
[legend]

Public Types

using StateId = typename Arc::StateId
 
- Public Types inherited from fst::ArcIterator< ComposeFst< Arc > >
using Arc = typename ComposeFst< Arc >::Arc
 
using StateId = typename Arc::StateId
 

Public Member Functions

 ArcIterator (const IntersectFst< Arc > &fst, StateId s)
 
- Public Member Functions inherited from fst::ArcIterator< ComposeFst< Arc > >
 ArcIterator (const ComposeFst< Arc > &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 Arc>
class fst::ArcIterator< IntersectFst< Arc > >

Definition at line 128 of file intersect.h.

Member Typedef Documentation

template<class Arc >
using fst::ArcIterator< IntersectFst< Arc > >::StateId = typename Arc::StateId

Definition at line 130 of file intersect.h.

Constructor & Destructor Documentation

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

Definition at line 132 of file intersect.h.


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