FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
concat.h File Reference
#include <algorithm>
#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 concat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 fst
 

Typedefs

using fst::ConcatFstOptions = RationalFstOptions
 
using fst::StdConcatFst = ConcatFst< StdArc >
 

Functions

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