FST  openfst-1.8.2.post1
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 ()
 

Detailed Description

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

Definition at line 206 of file complement.h.

Member Typedef Documentation

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

Definition at line 208 of file complement.h.

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

Definition at line 209 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 211 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 218 of file complement.h.

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

Implements fst::ArcIteratorBase< Arc >.

Definition at line 262 of file complement.h.

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

Implements fst::ArcIteratorBase< Arc >.

Definition at line 239 of file complement.h.

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

Implements fst::ArcIteratorBase< Arc >.

Definition at line 244 of file complement.h.

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

Implements fst::ArcIteratorBase< Arc >.

Definition at line 246 of file complement.h.

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

Implements fst::ArcIteratorBase< Arc >.

Definition at line 251 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 264 of file complement.h.

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

Implements fst::ArcIteratorBase< Arc >.

Definition at line 227 of file complement.h.


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