FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
invert.h File Reference
#include <cstdint>
#include <memory>
#include <fst/arc-map.h>
#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/symbol-table.h>
Include dependency graph for invert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::InvertMapper< A >
 
class  fst::InvertFst< A >
 
class  fst::StateIterator< InvertFst< Arc > >
 
class  fst::ArcIterator< InvertFst< Arc > >
 

Namespaces

 fst
 

Functions

template<class Arc >
void fst::Invert (const Fst< Arc > &ifst, MutableFst< Arc > *ofst)
 
template<class Arc >
void fst::Invert (MutableFst< Arc > *fst)