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

#include <arc-map.h>

Public Types

using FromArc = A
 
using ToArc = B
 
using FromWeight = typename FromArc::Weight
 
using ToWeight = typename ToArc::Weight
 

Public Member Functions

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 B = A>
class fst::RmWeightMapper< A, B >

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

Member Typedef Documentation

template<class A, class B = A>
using fst::RmWeightMapper< A, B >::FromArc = A

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

template<class A, class B = A>
using fst::RmWeightMapper< A, B >::FromWeight = typename FromArc::Weight

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

template<class A, class B = A>
using fst::RmWeightMapper< A, B >::ToArc = B

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

template<class A, class B = A>
using fst::RmWeightMapper< A, B >::ToWeight = typename ToArc::Weight

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

Member Function Documentation

template<class A, class B = A>
constexpr MapFinalAction fst::RmWeightMapper< A, B >::FinalAction ( ) const
inline

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

template<class A, class B = A>
constexpr MapSymbolsAction fst::RmWeightMapper< A, B >::InputSymbolsAction ( ) const
inline

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

template<class A, class B = A>
ToArc fst::RmWeightMapper< A, B >::operator() ( const FromArc arc) const
inline

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

template<class A, class B = A>
constexpr MapSymbolsAction fst::RmWeightMapper< A, B >::OutputSymbolsAction ( ) const
inline

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

template<class A, class B = A>
constexpr uint64_t fst::RmWeightMapper< A, B >::Properties ( uint64_t  props) const
inline

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


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