FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Enumerations | Functions | Variables
project.h File Reference
#include <cstdint>
#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 dependency graph for project.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::ProjectMapper< A >
 
class  fst::ProjectFst< A >
 
class  fst::StateIterator< ProjectFst< A > >
 
class  fst::ArcIterator< ProjectFst< A > >
 

Namespaces

 fst
 

Enumerations

enum  fst::ProjectType { fst::ProjectType::INPUT = 1, fst::ProjectType::OUTPUT = 2 }
 

Functions

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

Variables

constexpr ProjectType fst::PROJECT_INPUT = ProjectType::INPUT
 
constexpr ProjectType fst::PROJECT_OUTPUT = ProjectType::OUTPUT