FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::GallicFactor< Label, W, GALLIC > Class Template Reference

#include <factor-weight.h>

Public Types

using GW = GallicWeight< Label, W, GALLIC >
 
using GRW = GallicWeight< Label, W, GALLIC_RESTRICT >
 

Public Member Functions

 GallicFactor (const GW &weight)
 
bool Done () const
 
void Next ()
 
void Reset ()
 
std::pair< GW, GWValue () const
 

Detailed Description

template<class Label, class W>
class fst::GallicFactor< Label, W, GALLIC >

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

Member Typedef Documentation

template<class Label , class W >
using fst::GallicFactor< Label, W, GALLIC >::GRW = GallicWeight<Label, W, GALLIC_RESTRICT>

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

template<class Label , class W >
using fst::GallicFactor< Label, W, GALLIC >::GW = GallicWeight<Label, W, GALLIC>

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

Constructor & Destructor Documentation

template<class Label , class W >
fst::GallicFactor< Label, W, GALLIC >::GallicFactor ( const GW weight)
inlineexplicit

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

Member Function Documentation

template<class Label , class W >
bool fst::GallicFactor< Label, W, GALLIC >::Done ( ) const
inline

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

template<class Label , class W >
void fst::GallicFactor< Label, W, GALLIC >::Next ( )
inline

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

template<class Label , class W >
void fst::GallicFactor< Label, W, GALLIC >::Reset ( )
inline

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

template<class Label , class W >
std::pair<GW, GW> fst::GallicFactor< Label, W, GALLIC >::Value ( ) const
inline

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


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