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

#include <string-weight.h>

Public Types

using Weight = StringWeight_
 
using Label = typename Weight::Label
 

Public Member Functions

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

Detailed Description

template<class StringWeight_>
class fst::StringWeightIterator< StringWeight_ >

Definition at line 60 of file string-weight.h.

Member Typedef Documentation

template<class StringWeight_>
using fst::StringWeightIterator< StringWeight_ >::Label = typename Weight::Label

Definition at line 164 of file string-weight.h.

template<class StringWeight_>
using fst::StringWeightIterator< StringWeight_ >::Weight = StringWeight_

Definition at line 163 of file string-weight.h.

Constructor & Destructor Documentation

template<class StringWeight_>
fst::StringWeightIterator< StringWeight_ >::StringWeightIterator ( const Weight w)
inlineexplicit

Definition at line 166 of file string-weight.h.

Member Function Documentation

template<class StringWeight_>
bool fst::StringWeightIterator< StringWeight_ >::Done ( ) const
inline

Definition at line 169 of file string-weight.h.

template<class StringWeight_>
void fst::StringWeightIterator< StringWeight_ >::Next ( )
inline

Definition at line 179 of file string-weight.h.

template<class StringWeight_>
void fst::StringWeightIterator< StringWeight_ >::Reset ( )
inline

Definition at line 187 of file string-weight.h.

template<class StringWeight_>
const Label& fst::StringWeightIterator< StringWeight_ >::Value ( ) const
inline

Definition at line 177 of file string-weight.h.


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