FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
union.h File Reference
#include <algorithm>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/cache.h>
#include <fst/expanded-fst.h>
#include <fst/float-weight.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/rational.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
Include dependency graph for union.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::UnionFst< A >
 
class  fst::StateIterator< UnionFst< Arc > >
 
class  fst::ArcIterator< UnionFst< Arc > >
 

Namespaces

 fst
 

Typedefs

using fst::UnionFstOptions = RationalFstOptions
 

Functions

template<class Arc >
void fst::Union (MutableFst< Arc > *fst1, const Fst< Arc > &fst2)
 
template<class Arc >
void fst::Union (MutableFst< Arc > *fst1, const std::vector< const Fst< Arc > * > &fsts2)
 
template<class Arc >
void fst::Union (RationalFst< Arc > *fst1, const Fst< Arc > &fst2)