FST  openfst-1.8.2.post1
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 60 of file set-weight.h.

Member Typedef Documentation

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

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

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

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

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

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

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

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

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

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


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