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

#include <arc-map.h>

Public Types

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

Public Member Functions

constexpr PlusMapper (Weight weight)
 
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::PlusMapper< A >

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

Member Typedef Documentation

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

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

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

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

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

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

Constructor & Destructor Documentation

template<class A >
constexpr fst::PlusMapper< A >::PlusMapper ( Weight  weight)
inlineexplicit

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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


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