FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::ProjectMapper< A > Class Template Reference

#include <project.h>

Public Types

using FromArc = A
 
using ToArc = A
 

Public Member Functions

constexpr ProjectMapper (ProjectType project_type)
 
ToArc operator() (const FromArc &arc) const
 
constexpr MapFinalAction FinalAction () const
 
constexpr MapSymbolsAction InputSymbolsAction () const
 
constexpr MapSymbolsAction OutputSymbolsAction () const
 
constexpr uint64_t Properties (uint64_t props) const
 

Detailed Description

template<class A>
class fst::ProjectMapper< A >

Definition at line 45 of file project.h.

Member Typedef Documentation

template<class A >
using fst::ProjectMapper< A >::FromArc = A

Definition at line 47 of file project.h.

template<class A >
using fst::ProjectMapper< A >::ToArc = A

Definition at line 48 of file project.h.

Constructor & Destructor Documentation

template<class A >
constexpr fst::ProjectMapper< A >::ProjectMapper ( ProjectType  project_type)
inlineexplicit

Definition at line 50 of file project.h.

Member Function Documentation

template<class A >
constexpr MapFinalAction fst::ProjectMapper< A >::FinalAction ( ) const
inline

Definition at line 59 of file project.h.

template<class A >
constexpr MapSymbolsAction fst::ProjectMapper< A >::InputSymbolsAction ( ) const
inline

Definition at line 61 of file project.h.

template<class A >
ToArc fst::ProjectMapper< A >::operator() ( const FromArc arc) const
inline

Definition at line 53 of file project.h.

template<class A >
constexpr MapSymbolsAction fst::ProjectMapper< A >::OutputSymbolsAction ( ) const
inline

Definition at line 66 of file project.h.

template<class A >
constexpr uint64_t fst::ProjectMapper< A >::Properties ( uint64_t  props) const
inline

Definition at line 71 of file project.h.


The documentation for this class was generated from the following file: