Public Member Functions | Public Attributes

fst::EncodeTable< A >::Tuple Struct Reference

Encoded data consists of arc input/output labels and arc weight. More...

#include <fst/encode.h>

List of all members.

Public Member Functions

 Tuple ()
 Tuple (Label ilabel_, Label olabel_, Weight weight_)
 Tuple (const Tuple &tuple)

Public Attributes

Label ilabel
Label olabel
Weight weight

Detailed Description

template<class A>
struct fst::EncodeTable< A >::Tuple

Encoded data consists of arc input/output labels and arc weight.

Definition at line 60 of file encode.h.


Constructor & Destructor Documentation

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

Definition at line 61 of file encode.h.

template<class A>
fst::EncodeTable< A >::Tuple::Tuple ( Label  ilabel_,
Label  olabel_,
Weight  weight_ 
) [inline]

Definition at line 62 of file encode.h.

template<class A>
fst::EncodeTable< A >::Tuple::Tuple ( const Tuple tuple  )  [inline]

Definition at line 64 of file encode.h.


Member Data Documentation

template<class A>
Label fst::EncodeTable< A >::Tuple::ilabel

Definition at line 67 of file encode.h.

template<class A>
Label fst::EncodeTable< A >::Tuple::olabel

Definition at line 68 of file encode.h.

template<class A>
Weight fst::EncodeTable< A >::Tuple::weight

Definition at line 69 of file encode.h.


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