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

#include <factor-weight.h>

Public Types

using GW = GallicWeight< Label, W, G >
 

Public Member Functions

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

Detailed Description

template<class Label, class W, GallicType G = GALLIC_LEFT>
class fst::GallicFactor< Label, W, G >

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

Member Typedef Documentation

template<class Label , class W , GallicType G = GALLIC_LEFT>
using fst::GallicFactor< Label, W, G >::GW = GallicWeight<Label, W, G>

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

Constructor & Destructor Documentation

template<class Label , class W , GallicType G = GALLIC_LEFT>
fst::GallicFactor< Label, W, G >::GallicFactor ( const GW weight)
inlineexplicit

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

Member Function Documentation

template<class Label , class W , GallicType G = GALLIC_LEFT>
bool fst::GallicFactor< Label, W, G >::Done ( ) const
inline

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

template<class Label , class W , GallicType G = GALLIC_LEFT>
void fst::GallicFactor< Label, W, G >::Next ( )
inline

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

template<class Label , class W , GallicType G = GALLIC_LEFT>
void fst::GallicFactor< Label, W, G >::Reset ( )
inline

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

template<class Label , class W , GallicType G = GALLIC_LEFT>
std::pair<GW, GW> fst::GallicFactor< Label, W, G >::Value ( ) const
inline

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


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