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

#include <arc-map.h>

Public Types

using FromArc = A
 
using ToArc = A
 

Public Member Functions

constexpr 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::IdentityArcMapper< A >

Definition at line 674 of file arc-map.h.

Member Typedef Documentation

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

Definition at line 676 of file arc-map.h.

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

Definition at line 677 of file arc-map.h.

Member Function Documentation

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

Definition at line 681 of file arc-map.h.

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

Definition at line 683 of file arc-map.h.

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

Definition at line 679 of file arc-map.h.

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

Definition at line 687 of file arc-map.h.

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

Definition at line 691 of file arc-map.h.


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