FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
compose.h File Reference
#include <sys/types.h>
#include <cstdint>
#include <list>
#include <utility>
#include <vector>
#include <fst/extensions/mpdt/mpdt.h>
#include <fst/extensions/pdt/compose.h>
#include <fst/compose-filter.h>
#include <fst/compose.h>
#include <fst/connect.h>
#include <fst/filter-state.h>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
Include dependency graph for compose.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::MPdtParenFilter< Filter >
 
class  fst::MPdtComposeFstOptions< Arc, left_pdt >
 
class  fst::MPdtComposeFstOptions< Arc, false >
 
struct  fst::MPdtComposeOptions
 

Namespaces

 fst
 

Functions

template<class Arc >
void fst::Compose (const Fst< Arc > &ifst1, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, const std::vector< typename Arc::Label > &assignments, const Fst< Arc > &ifst2, MutableFst< Arc > *ofst, const MPdtComposeOptions &opts=MPdtComposeOptions())
 
template<class Arc >
void fst::Compose (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, const std::vector< typename Arc::Label > &assignments, MutableFst< Arc > *ofst, const MPdtComposeOptions &opts=MPdtComposeOptions())