FST
openfst-1.8.2
OpenFst Library
|
#include <encode.h>
Public Member Functions | |
Triple ()=default | |
Triple (Label ilabel, Label olabel, Weight weight) | |
Triple (const Arc &arc, uint8_t flags) | |
void | Write (std::ostream &strm) const |
bool | operator== (const Triple &other) const |
Static Public Member Functions | |
static std::unique_ptr< Triple > | Read (std::istream &strm) |
Public Attributes | |
Label | ilabel |
Label | olabel |
Weight | weight |
|
default |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
Label fst::internal::EncodeTable< Arc >::Triple::ilabel |
Label fst::internal::EncodeTable< Arc >::Triple::olabel |
Weight fst::internal::EncodeTable< Arc >::Triple::weight |