Cambridge SMT System
fst::StdToLexStdMapper Struct Reference

StdArc to LexStdArc mapper. More...

#include <fstutils.mapper.hpp>

Public Types

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

Public Member Functions

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

Public Attributes

int i_
 

Detailed Description

StdArc to LexStdArc mapper.

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

Member Typedef Documentation

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

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

typedef ToArc::Weight fst::StdToLexStdMapper::W

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

Constructor & Destructor Documentation

fst::StdToLexStdMapper::StdToLexStdMapper ( int  i = 0)
inlineexplicit

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

Member Function Documentation

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

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

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

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

LexStdArc fst::StdToLexStdMapper::operator() ( const StdArc &  arc) const
inline

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

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

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

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

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

Member Data Documentation

int fst::StdToLexStdMapper::i_

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


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