FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Enumerations | Functions
rational.h File Reference
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fst/cache.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/replace.h>
#include <fst/vector-fst.h>
Include dependency graph for rational.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::RationalFst< A >
 
class  fst::internal::RationalFstImpl< A >
 
class  fst::RationalFst< A >
 
class  fst::StateIterator< RationalFst< Arc > >
 
class  fst::ArcIterator< RationalFst< Arc > >
 

Namespaces

 fst
 
 fst::internal
 

Typedefs

using fst::RationalFstOptions = CacheOptions
 

Enumerations

enum  fst::ClosureType { fst::CLOSURE_STAR = 0, fst::CLOSURE_PLUS = 1 }
 

Functions

template<class Arc >
void fst::Union (RationalFst< 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, RationalFst< Arc > *fst2)
 
template<class Arc >
void fst::Closure (RationalFst< Arc > *fst, ClosureType closure_type)