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

#include <arc-map.h>

Public Types

using FromArc = A
 
using ToArc = A
 
using Label = typename FromArc::Label
 
using Weight = typename FromArc::Weight
 

Public Member Functions

constexpr SuperFinalMapper (Label final_label=0)
 
ToArc operator() (const FromArc &arc) const
 
constexpr MapFinalAction FinalAction () const
 
constexpr MapSymbolsAction InputSymbolsAction () const
 
constexpr MapSymbolsAction OutputSymbolsAction () const
 
uint64_t Properties (uint64_t props) const
 

Detailed Description

template<class A>
class fst::SuperFinalMapper< A >

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

Member Typedef Documentation

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

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

template<class A >
using fst::SuperFinalMapper< A >::Label = typename FromArc::Label

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

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

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

template<class A >
using fst::SuperFinalMapper< A >::Weight = typename FromArc::Weight

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

Constructor & Destructor Documentation

template<class A >
constexpr fst::SuperFinalMapper< A >::SuperFinalMapper ( Label  final_label = 0)
inlineexplicit

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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


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