Cambridge SMT System
fst::LexStdToStdMapper Struct Reference

LexStdArc to StdArc Mapper. More...

#include <fstutils.mapper.hpp>

Public Types

typedef LexStdArc FromArc
 
typedef StdArc ToArc
 
typedef ToArc::Weight W
 

Public Member Functions

 LexStdToStdMapper ()
 
 LexStdToStdMapper (int i)
 
StdArc operator() (const LexStdArc &arc) const
 
MapSymbolsAction InputSymbolsAction () const
 
MapSymbolsAction OutputSymbolsAction () const
 
MapFinalAction FinalAction () const
 
uint Properties (uint props) const
 

Public Attributes

int i_
 

Detailed Description

LexStdArc to StdArc Mapper.

Definition at line 231 of file fstutils.mapper.hpp.

Member Typedef Documentation

Definition at line 233 of file fstutils.mapper.hpp.

typedef ToArc::Weight fst::LexStdToStdMapper::W

Definition at line 234 of file fstutils.mapper.hpp.

Constructor & Destructor Documentation

fst::LexStdToStdMapper::LexStdToStdMapper ( )
inlineexplicit

Definition at line 236 of file fstutils.mapper.hpp.

fst::LexStdToStdMapper::LexStdToStdMapper ( int  i)
inlineexplicit

Definition at line 238 of file fstutils.mapper.hpp.

Member Function Documentation

MapFinalAction fst::LexStdToStdMapper::FinalAction ( ) const
inline

Definition at line 261 of file fstutils.mapper.hpp.

MapSymbolsAction fst::LexStdToStdMapper::InputSymbolsAction ( ) const
inline

Definition at line 253 of file fstutils.mapper.hpp.

StdArc fst::LexStdToStdMapper::operator() ( const LexStdArc arc) const
inline

Definition at line 242 of file fstutils.mapper.hpp.

Here is the call graph for this function:

MapSymbolsAction fst::LexStdToStdMapper::OutputSymbolsAction ( ) const
inline

Definition at line 257 of file fstutils.mapper.hpp.

uint fst::LexStdToStdMapper::Properties ( uint  props) const
inline

Definition at line 265 of file fstutils.mapper.hpp.

Member Data Documentation

int fst::LexStdToStdMapper::i_

Definition at line 269 of file fstutils.mapper.hpp.


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