FST  openfst-1.8.3
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 851 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 857 of file arc-map.h.

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

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

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

Definition at line 858 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 856 of file arc-map.h.

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

Definition at line 854 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 878 of file arc-map.h.

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

Definition at line 880 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 860 of file arc-map.h.

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

Definition at line 884 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 888 of file arc-map.h.


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