FST
openfst-1.8.4
OpenFst Library
|
#include <arc-map.h>
Public Types | |
using | FromArc = A |
using | ToArc = B |
using | Converter = C |
using | FromWeight = typename FromArc::Weight |
using | ToWeight = typename ToArc::Weight |
Public Member Functions | |
constexpr | WeightConvertMapper ()=default |
constexpr | WeightConvertMapper (const Converter &c) |
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 |
using fst::WeightConvertMapper< A, B, C >::Converter = C |
using fst::WeightConvertMapper< A, B, C >::FromArc = A |
using fst::WeightConvertMapper< A, B, C >::FromWeight = typename FromArc::Weight |
using fst::WeightConvertMapper< A, B, C >::ToArc = B |
using fst::WeightConvertMapper< A, B, C >::ToWeight = typename ToArc::Weight |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |