FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Enumerations | Functions
compose.h File Reference
#include <sys/types.h>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <utility>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/cache.h>
#include <fst/compose-filter.h>
#include <fst/connect.h>
#include <fst/float-weight.h>
#include <fst/fst-decl.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/lookahead-filter.h>
#include <fst/matcher.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/state-table.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
#include <fst/weight.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

struct  fst::ComposeFstOptions< Arc, M, Filter, StateTable >
 
class  fst::ComposeFstMatcher< CacheStore, Filter, StateTable >
 
struct  fst::ComposeFstImplOptions< M1, M2, Filter, StateTable, CacheStore >
 
class  fst::internal::ComposeFstImplBase< Arc, CacheStore, F >
 
class  fst::internal::ComposeFstImpl< CacheStore, Filter, StateTable >
 
class  fst::ComposeFst< A, CacheStore >
 
class  fst::StateIterator< ComposeFst< Arc, CacheStore > >
 
class  fst::ArcIterator< ComposeFst< Arc, CacheStore > >
 
class  fst::ComposeFstMatcher< CacheStore, Filter, StateTable >
 
struct  fst::ComposeOptions
 

Namespaces

 fst
 
 fst::internal
 

Typedefs

using fst::StdComposeFst = ComposeFst< StdArc >
 

Enumerations

enum  fst::ComposeFilter {
  fst::AUTO_FILTER, fst::NULL_FILTER, fst::TRIVIAL_FILTER, fst::SEQUENCE_FILTER,
  fst::ALT_SEQUENCE_FILTER, fst::MATCH_FILTER, fst::NO_MATCH_FILTER
}
 

Functions

template<class Arc >
void fst::Compose (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, MutableFst< Arc > *ofst, const ComposeOptions &opts=ComposeOptions())