FST  openfst-1.7.9
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::IdentityMapper< A > Struct Template Reference

#include <map.h>

Public Types

using FromArc = A
 
using ToArc = A
 

Public Member Functions

ToArc operator() (const FromArc &arc) const
 
constexpr MapFinalAction FinalAction () const
 
constexpr MapSymbolsAction InputSymbolsAction () const
 
constexpr MapSymbolsAction OutputSymbolsAction () const
 
uint64 Properties (uint64 props) const
 

Detailed Description

template<class A>
struct fst::IdentityMapper< A >

Definition at line 89 of file map.h.

Member Typedef Documentation

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

Definition at line 90 of file map.h.

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

Definition at line 91 of file map.h.

Member Function Documentation

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

Definition at line 95 of file map.h.

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

Definition at line 97 of file map.h.

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

Definition at line 93 of file map.h.

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

Definition at line 101 of file map.h.

template<class A >
uint64 fst::IdentityMapper< A >::Properties ( uint64  props) const
inline

Definition at line 105 of file map.h.


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