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

#include <determinize.h>

Public Types

using Weight = GallicWeight< Label, W, GALLIC >
 
using GRWeight = GallicWeight< Label, W, GALLIC_RESTRICT >
 
using Iterator = UnionWeightIterator< GRWeight, GallicUnionWeightOptions< Label, W >>
 

Public Member Functions

Weight operator() (const Weight &w1, const Weight &w2) const
 

Detailed Description

template<class Label, class W, class CommonDivisor>
class fst::GallicCommonDivisor< Label, W, GALLIC, CommonDivisor >

Definition at line 133 of file determinize.h.

Member Typedef Documentation

template<class Label , class W , class CommonDivisor >
using fst::GallicCommonDivisor< Label, W, GALLIC, CommonDivisor >::GRWeight = GallicWeight<Label, W, GALLIC_RESTRICT>

Definition at line 136 of file determinize.h.

template<class Label , class W , class CommonDivisor >
using fst::GallicCommonDivisor< Label, W, GALLIC, CommonDivisor >::Iterator = UnionWeightIterator<GRWeight, GallicUnionWeightOptions<Label, W>>

Definition at line 138 of file determinize.h.

template<class Label , class W , class CommonDivisor >
using fst::GallicCommonDivisor< Label, W, GALLIC, CommonDivisor >::Weight = GallicWeight<Label, W, GALLIC>

Definition at line 135 of file determinize.h.

Member Function Documentation

template<class Label , class W , class CommonDivisor >
Weight fst::GallicCommonDivisor< Label, W, GALLIC, CommonDivisor >::operator() ( const Weight w1,
const Weight w2 
) const
inline

Definition at line 140 of file determinize.h.


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