FST  openfst-1.8.3
OpenFst Library
Namespaces | Typedefs | Functions
intersect.h File Reference
#include <tuple>
#include <fst/compose.h>
#include <fst/fst.h>
#include <fst/intersect.h>
#include <fst/mutable-fst.h>
#include <fst/script/compose.h>
#include <fst/script/fst-class.h>
Include dependency graph for intersect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Typedefs

using fst::script::FstIntersectArgs = std::tuple< const FstClass &, const FstClass &, MutableFstClass *, const ComposeOptions & >
 

Functions

template<class Arc >
void fst::script::Intersect (FstIntersectArgs *args)
 
void fst::script::Intersect (const FstClass &ifst, const FstClass &ifst2, MutableFstClass *ofst, const ComposeOptions &opts=ComposeOptions())