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

#include <algo_test.h>

Public Member Functions

 EpsMapper ()=default
 
operator() (const A &arc) const
 
uint64_t Properties (uint64_t props) const
 
MapFinalAction FinalAction () const
 
MapSymbolsAction InputSymbolsAction () const
 
MapSymbolsAction OutputSymbolsAction () const
 

Detailed Description

template<class A>
class fst::EpsMapper< A >

Definition at line 91 of file algo_test.h.

Constructor & Destructor Documentation

template<class A >
fst::EpsMapper< A >::EpsMapper ( )
default

Member Function Documentation

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

Definition at line 109 of file algo_test.h.

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

Definition at line 111 of file algo_test.h.

template<class A >
A fst::EpsMapper< A >::operator() ( const A &  arc) const
inline

Definition at line 95 of file algo_test.h.

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

Definition at line 113 of file algo_test.h.

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

Definition at line 99 of file algo_test.h.


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