#include <algorithm>
#include <list>
#include <stack>
#include <string>
#include <utility>
#include <fst/weight.h>
Go to the source code of this file.
|
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) |
|