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

#include <concat.h>

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

Public Types

using StateId = typename Arc::StateId
 
- Public Types inherited from fst::ArcIterator< RationalFst< Arc > >
using StateId = typename Arc::StateId
 
- Public Types inherited from fst::CacheArcIterator< ReplaceFst< Arc > >
using Arc = typename ReplaceFst< Arc >::Arc
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
using Store = typename ReplaceFst< Arc >::Store
 
using State = typename Store::State
 
using Impl = internal::CacheBaseImpl< State, Store >
 

Public Member Functions

 ArcIterator (const ConcatFst< Arc > &fst, StateId s)
 
- Public Member Functions inherited from fst::ArcIterator< RationalFst< Arc > >
 ArcIterator (const RationalFst< Arc > &fst, StateId s)
 
- Public Member Functions inherited from fst::CacheArcIterator< ReplaceFst< Arc > >
 CacheArcIterator (Impl *impl, StateId s)
 
 ~CacheArcIterator ()
 
bool Done () const
 
const ArcValue () const
 
void Next ()
 
size_t Position () const
 
void Reset ()
 
void Seek (size_t a)
 
constexpr uint8_t Flags () const
 
void SetFlags (uint8_t flags, uint8_t mask)
 

Detailed Description

template<class Arc>
class fst::ArcIterator< ConcatFst< Arc > >

Definition at line 239 of file concat.h.

Member Typedef Documentation

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

Definition at line 241 of file concat.h.

Constructor & Destructor Documentation

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

Definition at line 243 of file concat.h.


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