FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::ArcIterator< ArcMapFst< A, B, C > > Class Template Reference

#include <arc-map.h>

Inheritance diagram for fst::ArcIterator< ArcMapFst< A, B, C > >:
Inheritance graph
[legend]
Collaboration diagram for fst::ArcIterator< ArcMapFst< A, B, C > >:
Collaboration graph
[legend]

Public Types

using StateId = typename A::StateId
 
- Public Types inherited from fst::CacheArcIterator< ArcMapFst< A, B, C > >
using Arc = typename ArcMapFst< A, B, C >::Arc
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
using Store = typename ArcMapFst< A, B, C >::Store
 
using State = typename Store::State
 
using Impl = internal::CacheBaseImpl< State, Store >
 

Public Member Functions

 ArcIterator (const ArcMapFst< A, B, C > &fst, StateId s)
 
- Public Member Functions inherited from fst::CacheArcIterator< ArcMapFst< A, B, C > >
 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 A, class B, class C>
class fst::ArcIterator< ArcMapFst< A, B, C > >

Definition at line 640 of file arc-map.h.

Member Typedef Documentation

template<class A , class B , class C >
using fst::ArcIterator< ArcMapFst< A, B, C > >::StateId = typename A::StateId

Definition at line 643 of file arc-map.h.

Constructor & Destructor Documentation

template<class A , class B , class C >
fst::ArcIterator< ArcMapFst< A, B, C > >::ArcIterator ( const ArcMapFst< A, B, C > &  fst,
StateId  s 
)
inline

Definition at line 645 of file arc-map.h.


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