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

#include <string-weight.h>

Inheritance diagram for fst::WeightGenerate< GallicWeight< Label, W, G > >:
Inheritance graph
[legend]
Collaboration diagram for fst::WeightGenerate< GallicWeight< Label, W, G > >:
Collaboration graph
[legend]

Public Types

using Weight = GallicWeight< Label, W, G >
 
using Generate = WeightGenerate< ProductWeight< StringWeight< Label, GallicStringType(G)>, W >>
 

Public Member Functions

 WeightGenerate (uint64_t seed=std::random_device()(), bool allow_zero=true)
 
Weight operator() () const
 
- Public Member Functions inherited from fst::WeightGenerate< ProductWeight< StringWeight< Label, GallicStringType(G)>, W > >
ProductWeight< StringWeight< Label, GallicStringType(G)>, W > operator() () const
 

Detailed Description

template<class Label, class W, GallicType G>
class fst::WeightGenerate< GallicWeight< Label, W, G > >

Definition at line 667 of file string-weight.h.

Member Typedef Documentation

template<class Label , class W , GallicType G>
using fst::WeightGenerate< GallicWeight< Label, W, G > >::Generate = WeightGenerate< ProductWeight<StringWeight<Label, GallicStringType(G)>, W>>

Definition at line 673 of file string-weight.h.

template<class Label , class W , GallicType G>
using fst::WeightGenerate< GallicWeight< Label, W, G > >::Weight = GallicWeight<Label, W, G>

Definition at line 671 of file string-weight.h.

Constructor & Destructor Documentation

template<class Label , class W , GallicType G>
fst::WeightGenerate< GallicWeight< Label, W, G > >::WeightGenerate ( uint64_t  seed = std::random_device()(),
bool  allow_zero = true 
)
inlineexplicit

Definition at line 675 of file string-weight.h.

Member Function Documentation

template<class Label , class W , GallicType G>
Weight fst::WeightGenerate< GallicWeight< Label, W, G > >::operator() ( ) const
inline

Definition at line 679 of file string-weight.h.


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