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

#include <arc-map.h>

Public Types

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

Public Member Functions

 PowerMapper (double power)
 
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::PowerMapper< A >

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

Member Typedef Documentation

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

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

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

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

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

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

Constructor & Destructor Documentation

template<class A >
fst::PowerMapper< A >::PowerMapper ( double  power)
inlineexplicit

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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


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