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

#include <string-weight.h>

Public Types

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

Public Member Functions

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

Detailed Description

template<class StringWeight_>
class fst::StringWeightReverseIterator< StringWeight_ >

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

Member Typedef Documentation

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

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

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

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

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

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

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

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

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

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


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