FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
sparse-tuple-weight.h File Reference
#include <algorithm>
#include <cstddef>
#include <functional>
#include <istream>
#include <list>
#include <ostream>
#include <stack>
#include <string>
#include <utility>
#include <fst/util.h>
#include <fst/weight.h>
Include dependency graph for sparse-tuple-weight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::SparseTupleWeightIterator< W, K >
 
class  fst::SparseTupleWeight< W, K >
 
class  fst::SparseTupleWeightIterator< W, K >
 

Namespaces

 fst
 

Functions

template<class W , class K , class M >
void fst::SparseTupleWeightMap (SparseTupleWeight< W, K > *result, const SparseTupleWeight< W, K > &w1, const SparseTupleWeight< W, K > &w2, const M &operator_mapper)
 
template<class W , class K >
bool fst::operator== (const SparseTupleWeight< W, K > &w1, const SparseTupleWeight< W, K > &w2)
 
template<class W , class K >
bool fst::operator!= (const SparseTupleWeight< W, K > &w1, const SparseTupleWeight< W, K > &w2)
 
template<class W , class K >
std::ostream & fst::operator<< (std::ostream &strm, const SparseTupleWeight< W, K > &weight)
 
template<class W , class K >
std::istream & fst::operator>> (std::istream &strm, SparseTupleWeight< W, K > &weight)