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

#include <arc-map.h>

Public Types

using FromArc = GallicArc< A, G >
 
using ToArc = A
 
using Label = typename ToArc::Label
 
using StateId = typename ToArc::StateId
 
using AW = typename ToArc::Weight
 
using GW = typename FromArc::Weight
 
using SW = StringWeight< Label, GallicStringType(G)>
 

Public Member Functions

 GallicToNewSymbolsMapper (MutableFst< ToArc > *fst)
 
ToArc operator() (const FromArc &arc)
 
constexpr MapFinalAction FinalAction () const
 
constexpr MapSymbolsAction InputSymbolsAction () const
 
constexpr MapSymbolsAction OutputSymbolsAction () const
 
uint64_t Properties (uint64_t inprops) const
 

Detailed Description

template<class A, GallicType G = GALLIC_LEFT>
class fst::GallicToNewSymbolsMapper< A, G >

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

Member Typedef Documentation

template<class A, GallicType G = GALLIC_LEFT>
using fst::GallicToNewSymbolsMapper< A, G >::AW = typename ToArc::Weight

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

template<class A, GallicType G = GALLIC_LEFT>
using fst::GallicToNewSymbolsMapper< A, G >::FromArc = GallicArc<A, G>

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

template<class A, GallicType G = GALLIC_LEFT>
using fst::GallicToNewSymbolsMapper< A, G >::GW = typename FromArc::Weight

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

template<class A, GallicType G = GALLIC_LEFT>
using fst::GallicToNewSymbolsMapper< A, G >::Label = typename ToArc::Label

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

template<class A, GallicType G = GALLIC_LEFT>
using fst::GallicToNewSymbolsMapper< A, G >::StateId = typename ToArc::StateId

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

template<class A, GallicType G = GALLIC_LEFT>
using fst::GallicToNewSymbolsMapper< A, G >::SW = StringWeight<Label, GallicStringType(G)>

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

template<class A, GallicType G = GALLIC_LEFT>
using fst::GallicToNewSymbolsMapper< A, G >::ToArc = A

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

Constructor & Destructor Documentation

template<class A, GallicType G = GALLIC_LEFT>
fst::GallicToNewSymbolsMapper< A, G >::GallicToNewSymbolsMapper ( MutableFst< ToArc > *  fst)
inlineexplicit

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

Member Function Documentation

template<class A, GallicType G = GALLIC_LEFT>
constexpr MapFinalAction fst::GallicToNewSymbolsMapper< A, G >::FinalAction ( ) const
inline

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

template<class A, GallicType G = GALLIC_LEFT>
constexpr MapSymbolsAction fst::GallicToNewSymbolsMapper< A, G >::InputSymbolsAction ( ) const
inline

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

template<class A, GallicType G = GALLIC_LEFT>
ToArc fst::GallicToNewSymbolsMapper< A, G >::operator() ( const FromArc arc)
inline

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

template<class A, GallicType G = GALLIC_LEFT>
constexpr MapSymbolsAction fst::GallicToNewSymbolsMapper< A, G >::OutputSymbolsAction ( ) const
inline

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

template<class A, GallicType G = GALLIC_LEFT>
uint64_t fst::GallicToNewSymbolsMapper< A, G >::Properties ( uint64_t  inprops) const
inline

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


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