FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
closure.h File Reference
#include <algorithm>
#include <vector>
#include <fst/arc.h>
#include <fst/cache.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 dependency graph for closure.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::ClosureFstOptions
 
class  fst::ClosureFst< A >
 
class  fst::StateIterator< ClosureFst< Arc > >
 
class  fst::ArcIterator< ClosureFst< Arc > >
 

Namespaces

 fst
 

Typedefs

using fst::StdClosureFst = ClosureFst< StdArc >
 

Functions

template<class Arc >
void fst::Closure (MutableFst< Arc > *fst, ClosureType closure_type)
 
template<class Arc >
void fst::Closure (RationalFst< Arc > *fst, ClosureType closure_type)