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

#include <project.h>

Inheritance diagram for fst::ArcIterator< ProjectFst< A > >:
Inheritance graph
[legend]
Collaboration diagram for fst::ArcIterator< ProjectFst< A > >:
Collaboration graph
[legend]

Public Types

using StateId = typename A::StateId
 
- Public Types inherited from fst::ArcIterator< ArcMapFst< A, A, ProjectMapper< A > > >
using Arc = typename ArcMapFst< A, A, ProjectMapper< A > >::Arc
 
using StateId = typename Arc::StateId
 

Public Member Functions

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

Definition at line 169 of file project.h.

Member Typedef Documentation

template<class A >
using fst::ArcIterator< ProjectFst< A > >::StateId = typename A::StateId

Definition at line 172 of file project.h.

Constructor & Destructor Documentation

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

Definition at line 174 of file project.h.


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