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

#include <complement.h>

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

Public Types

using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
- Public Types inherited from fst::ArcIteratorBase< Arc >
using StateId = typename Arc::StateId
 

Public Member Functions

 ArcIterator (const ComplementFst< Arc > &fst, StateId s)
 
bool Done () const final
 
const Arc & Value () const final
 
void Next () final
 
size_t Position () const final
 
void Reset () final
 
void Seek (size_t a) final
 
uint8_t Flags () const final
 
void SetFlags (uint8_t, uint8_t) final
 
- Public Member Functions inherited from fst::ArcIteratorBase< Arc >
virtual ~ArcIteratorBase ()=default
 

Detailed Description

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

Definition at line 213 of file complement.h.

Member Typedef Documentation

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

Definition at line 215 of file complement.h.

template<class Arc >
using fst::ArcIterator< ComplementFst< Arc > >::Weight = typename Arc::Weight

Definition at line 216 of file complement.h.

Constructor & Destructor Documentation

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

Definition at line 218 of file complement.h.

Member Function Documentation

template<class Arc >
bool fst::ArcIterator< ComplementFst< Arc > >::Done ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 225 of file complement.h.

template<class Arc >
uint8_t fst::ArcIterator< ComplementFst< Arc > >::Flags ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 269 of file complement.h.

template<class Arc >
void fst::ArcIterator< ComplementFst< Arc > >::Next ( )
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 246 of file complement.h.

template<class Arc >
size_t fst::ArcIterator< ComplementFst< Arc > >::Position ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 251 of file complement.h.

template<class Arc >
void fst::ArcIterator< ComplementFst< Arc > >::Reset ( )
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 253 of file complement.h.

template<class Arc >
void fst::ArcIterator< ComplementFst< Arc > >::Seek ( size_t  a)
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 258 of file complement.h.

template<class Arc >
void fst::ArcIterator< ComplementFst< Arc > >::SetFlags ( uint8_t  ,
uint8_t   
)
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 271 of file complement.h.

template<class Arc >
const Arc& fst::ArcIterator< ComplementFst< Arc > >::Value ( ) const
inlinefinalvirtual

Implements fst::ArcIteratorBase< Arc >.

Definition at line 234 of file complement.h.


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