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

#include <linear-fst.h>

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

Public Types

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

Public Member Functions

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

Definition at line 1030 of file linear-fst.h.

Member Typedef Documentation

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

Definition at line 1033 of file linear-fst.h.

Constructor & Destructor Documentation

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

Definition at line 1035 of file linear-fst.h.


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