FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
error-weight.h File Reference
#include <cstdint>
#include <ostream>
#include <string>
#include <fst/log.h>
#include <fst/util.h>
Include dependency graph for error-weight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::ErrorWeight
 

Namespaces

 fst
 

Functions

bool fst::operator== (const ErrorWeight &, const ErrorWeight &)
 
bool fst::operator!= (const ErrorWeight &, const ErrorWeight &)
 
bool fst::ApproxEqual (const ErrorWeight &, const ErrorWeight &, float)
 
ErrorWeight fst::Plus (const ErrorWeight &, const ErrorWeight &)
 
ErrorWeight fst::Times (const ErrorWeight &, const ErrorWeight &)
 
ErrorWeight fst::Divide (const ErrorWeight &, const ErrorWeight &)
 
std::ostream & fst::operator<< (std::ostream &strm, const ErrorWeight &)