FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
union-weight.h File Reference
#include <climits>
#include <cstddef>
#include <cstdint>
#include <iostream>
#include <istream>
#include <list>
#include <ostream>
#include <random>
#include <sstream>
#include <string>
#include <utility>
#include <fst/util.h>
#include <fst/weight.h>
Include dependency graph for union-weight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::UnionWeight< W, O >
 
class  fst::UnionWeightIterator< W, O >
 
class  fst::UnionWeightReverseIterator< L, O >
 
class  fst::UnionWeight< W, O >
 
class  fst::UnionWeightIterator< W, O >
 
class  fst::UnionWeightReverseIterator< L, O >
 
class  fst::WeightGenerate< UnionWeight< W, O > >
 

Namespaces

 fst
 

Functions

template<class W , class O >
bool fst::operator== (const UnionWeight< W, O > &, const UnionWeight< W, O > &)
 
template<class W , class O >
bool fst::operator!= (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2)
 
template<class W , class O >
bool fst::ApproxEqual (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2, float delta=kDelta)
 
template<class W , class O >
std::ostream & fst::operator<< (std::ostream &ostrm, const UnionWeight< W, O > &weight)
 
template<class W , class O >
std::istream & fst::operator>> (std::istream &istrm, UnionWeight< W, O > &weight)
 
template<class W , class O >
UnionWeight< W, O > fst::Plus (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2)
 
template<class W , class O >
UnionWeight< W, O > fst::Times (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2)
 
template<class W , class O >
UnionWeight< W, O > fst::Divide (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2, DivideType typ)