FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::StringFactor< Label, S > Class Template Reference

#include <factor-weight.h>

Public Member Functions

 StringFactor (const StringWeight< Label, S > &weight)
 
bool Done () const
 
void Next ()
 
std::pair< StringWeight< Label, S >, StringWeight< Label, S > > Value () const
 
void Reset ()
 

Detailed Description

template<typename Label, StringType S = STRING_LEFT>
class fst::StringFactor< Label, S >

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

Constructor & Destructor Documentation

template<typename Label, StringType S = STRING_LEFT>
fst::StringFactor< Label, S >::StringFactor ( const StringWeight< Label, S > &  weight)
inlineexplicit

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

Member Function Documentation

template<typename Label, StringType S = STRING_LEFT>
bool fst::StringFactor< Label, S >::Done ( ) const
inline

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

template<typename Label, StringType S = STRING_LEFT>
void fst::StringFactor< Label, S >::Next ( )
inline

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

template<typename Label, StringType S = STRING_LEFT>
void fst::StringFactor< Label, S >::Reset ( )
inline

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

template<typename Label, StringType S = STRING_LEFT>
std::pair<StringWeight<Label, S>, StringWeight<Label, S> > fst::StringFactor< Label, S >::Value ( ) const
inline

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


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