FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::UnionWeightIterator< W, O > Class Template Reference

#include <union-weight.h>

Public Member Functions

 UnionWeightIterator (const UnionWeight< W, O > &weight)
 
bool Done () const
 
const W & Value () const
 
void Next ()
 
void Reset ()
 

Detailed Description

template<class W, class O>
class fst::UnionWeightIterator< W, O >

Definition at line 74 of file union-weight.h.

Constructor & Destructor Documentation

template<class W, class O>
fst::UnionWeightIterator< W, O >::UnionWeightIterator ( const UnionWeight< W, O > &  weight)
inlineexplicit

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

Member Function Documentation

template<class W, class O>
bool fst::UnionWeightIterator< W, O >::Done ( ) const
inline

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

template<class W, class O>
void fst::UnionWeightIterator< W, O >::Next ( )
inline

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

template<class W, class O>
void fst::UnionWeightIterator< W, O >::Reset ( )
inline

Definition at line 230 of file union-weight.h.

template<class W, class O>
const W& fst::UnionWeightIterator< W, O >::Value ( ) const
inline

Definition at line 220 of file union-weight.h.


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