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

#include <arc-map.h>

Public Types

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

Public Member Functions

ToArc operator() (const FromArc &arc) const
 
constexpr MapFinalAction FinalAction () const
 
constexpr MapSymbolsAction InputSymbolsAction () const
 
constexpr MapSymbolsAction OutputSymbolsAction () const
 
uint64_t Properties (uint64_t props) const
 

Detailed Description

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

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

Member Typedef Documentation

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

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

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

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

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

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

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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


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