FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
const-fst.h File Reference
#include <climits>
#include <cstddef>
#include <cstdint>
#include <ios>
#include <istream>
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/expanded-fst.h>
#include <fst/float-weight.h>
#include <fst/fst-decl.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/mapped-file.h>
#include <fst/properties.h>
#include <fst/test-properties.h>
#include <fst/util.h>
#include <string_view>
Include dependency graph for const-fst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::ConstFst< A, Unsigned >
 
class  fst::internal::ConstFstImpl< A, Unsigned >
 
class  fst::ConstFst< A, Unsigned >
 
class  fst::StateIterator< ConstFst< Arc, Unsigned > >
 
class  fst::ArcIterator< ConstFst< Arc, Unsigned > >
 

Namespaces

 fst
 
 fst::internal
 

Typedefs

using fst::StdConstFst = ConstFst< StdArc >
 

Functions

template<class F , class G >
void fst::Cast (const F &, G *)