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

#include <factor-weight.h>

Public Member Functions

 OneFactor (const W &w)
 
bool Done () const
 
void Next ()
 
std::pair< W, W > Value () const
 
void Reset ()
 

Detailed Description

template<class W>
class fst::OneFactor< W >

Definition at line 122 of file factor-weight.h.

Constructor & Destructor Documentation

template<class W >
fst::OneFactor< W >::OneFactor ( const W &  w)
inlineexplicit

Definition at line 124 of file factor-weight.h.

Member Function Documentation

template<class W >
bool fst::OneFactor< W >::Done ( ) const
inline

Definition at line 126 of file factor-weight.h.

template<class W >
void fst::OneFactor< W >::Next ( )
inline

Definition at line 128 of file factor-weight.h.

template<class W >
void fst::OneFactor< W >::Reset ( )
inline

Definition at line 132 of file factor-weight.h.

template<class W >
std::pair<W, W> fst::OneFactor< W >::Value ( ) const
inline

Definition at line 130 of file factor-weight.h.


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