FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::FromGallicMapper< 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 AW = typename ToArc::Weight
 
using GW = typename FromArc::Weight
 

Public Member Functions

 FromGallicMapper (Label superfinal_label=0)
 
ToArc operator() (const FromArc &arc) const
 
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::FromGallicMapper< A, G >

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

Member Typedef Documentation

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

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

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

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

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

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

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

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

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

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

Constructor & Destructor Documentation

template<class A, GallicType G = GALLIC_LEFT>
fst::FromGallicMapper< A, G >::FromGallicMapper ( Label  superfinal_label = 0)
inlineexplicit

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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


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