FST  openfst-1.8.3
OpenFst Library
Namespaces | Typedefs | Functions
reverse.h File Reference
#include <tuple>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/reverse.h>
#include <fst/script/fst-class.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
 
 fst::script
 

Typedefs

using fst::script::FstReverseArgs = std::tuple< const FstClass &, MutableFstClass *, bool >
 

Functions

template<class Arc >
void fst::script::Reverse (FstReverseArgs *args)
 
void fst::script::Reverse (const FstClass &ifst, MutableFstClass *ofst, bool require_superinitial=true)