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

#include <arc-map.h>

Public Types

using FromArc = A
 
using ToArc = A
 
using Weight = typename FromArc::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 fst::InvertWeightMapper< A >

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

Member Typedef Documentation

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

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

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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


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