FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
reverse.h File Reference
#include <algorithm>
#include <cstdint>
#include <vector>
#include <fst/cache.h>
#include <fst/cc-visitors.h>
#include <fst/dfs-visit.h>
#include <fst/expanded-fst.h>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
Include dependency graph for reverse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 

Functions

template<class FromArc , class ToArc >
void fst::Reverse (const Fst< FromArc > &ifst, MutableFst< ToArc > *ofst, bool require_superinitial=true)