Public Member Functions

fst::EpsMapper< A > Class Template Reference

List of all members.

Public Member Functions

 EpsMapper ()
operator() (const A &arc) const
uint64 Properties (uint64 props) const
MapFinalAction FinalAction () const
MapSymbolsAction InputSymbolsAction () const
MapSymbolsAction OutputSymbolsAction () const

Detailed Description

template<class A>
class fst::EpsMapper< A >

Mapper to change input and output label of every transition into epsilons.

Definition at line 45 of file algo_test.cc.


Constructor & Destructor Documentation

template<class A >
fst::EpsMapper< A >::EpsMapper (  )  [inline]

Definition at line 47 of file algo_test.cc.


Member Function Documentation

template<class A >
MapFinalAction fst::EpsMapper< A >::FinalAction (  )  const [inline]

Definition at line 63 of file algo_test.cc.

template<class A >
MapSymbolsAction fst::EpsMapper< A >::InputSymbolsAction (  )  const [inline]

Definition at line 66 of file algo_test.cc.

template<class A >
A fst::EpsMapper< A >::operator() ( const A &  arc  )  const [inline]

Definition at line 49 of file algo_test.cc.

template<class A >
MapSymbolsAction fst::EpsMapper< A >::OutputSymbolsAction (  )  const [inline]

Definition at line 68 of file algo_test.cc.

template<class A >
uint64 fst::EpsMapper< A >::Properties ( uint64  props  )  const [inline]

Definition at line 53 of file algo_test.cc.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines