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

#include <set-weight.h>

Public Types

using Weight = SetWeight_
 
using Label = typename Weight::Label
 

Public Member Functions

 SetWeightIterator (const Weight &w)
 
bool Done () const
 
const LabelValue () const
 
void Next ()
 
void Reset ()
 

Detailed Description

template<class SetWeight_>
class fst::SetWeightIterator< SetWeight_ >

Definition at line 67 of file set-weight.h.

Member Typedef Documentation

template<class SetWeight_ >
using fst::SetWeightIterator< SetWeight_ >::Label = typename Weight::Label

Definition at line 216 of file set-weight.h.

template<class SetWeight_ >
using fst::SetWeightIterator< SetWeight_ >::Weight = SetWeight_

Definition at line 215 of file set-weight.h.

Constructor & Destructor Documentation

template<class SetWeight_ >
fst::SetWeightIterator< SetWeight_ >::SetWeightIterator ( const Weight w)
inlineexplicit

Definition at line 218 of file set-weight.h.

Member Function Documentation

template<class SetWeight_ >
bool fst::SetWeightIterator< SetWeight_ >::Done ( ) const
inline

Definition at line 221 of file set-weight.h.

template<class SetWeight_ >
void fst::SetWeightIterator< SetWeight_ >::Next ( )
inline

Definition at line 231 of file set-weight.h.

template<class SetWeight_ >
void fst::SetWeightIterator< SetWeight_ >::Reset ( )
inline

Definition at line 239 of file set-weight.h.

template<class SetWeight_ >
const Label& fst::SetWeightIterator< SetWeight_ >::Value ( ) const
inline

Definition at line 229 of file set-weight.h.


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