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

#include <compose.h>

Inheritance diagram for fst::ArcIterator< ComposeFst< Arc, CacheStore > >:
Inheritance graph
[legend]
Collaboration diagram for fst::ArcIterator< ComposeFst< Arc, CacheStore > >:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

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

Definition at line 717 of file compose.h.

Member Typedef Documentation

template<class Arc , class CacheStore >
using fst::ArcIterator< ComposeFst< Arc, CacheStore > >::StateId = typename Arc::StateId

Definition at line 720 of file compose.h.

Constructor & Destructor Documentation

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

Definition at line 722 of file compose.h.


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