FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::InvertMapper< A > Struct Template Reference

#include <invert.h>

Public Types

using FromArc = A
 
using ToArc = A
 

Public Member Functions

 InvertMapper ()=default
 
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>
struct fst::InvertMapper< A >

Definition at line 40 of file invert.h.

Member Typedef Documentation

template<class A >
using fst::InvertMapper< A >::FromArc = A

Definition at line 41 of file invert.h.

template<class A >
using fst::InvertMapper< A >::ToArc = A

Definition at line 42 of file invert.h.

Constructor & Destructor Documentation

template<class A >
fst::InvertMapper< A >::InvertMapper ( )
default

Member Function Documentation

template<class A >
constexpr MapFinalAction fst::InvertMapper< A >::FinalAction ( ) const
inline

Definition at line 50 of file invert.h.

template<class A >
constexpr MapSymbolsAction fst::InvertMapper< A >::InputSymbolsAction ( ) const
inline

Definition at line 52 of file invert.h.

template<class A >
ToArc fst::InvertMapper< A >::operator() ( const FromArc arc) const
inline

Definition at line 46 of file invert.h.

template<class A >
constexpr MapSymbolsAction fst::InvertMapper< A >::OutputSymbolsAction ( ) const
inline

Definition at line 56 of file invert.h.

template<class A >
uint64_t fst::InvertMapper< A >::Properties ( uint64_t  props) const
inline

Definition at line 60 of file invert.h.


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