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

#include <arc-map.h>

Public Types

using FromArc = A
 
using ToArc = B
 

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

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

Member Typedef Documentation

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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


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