FST
openfst-1.8.4
OpenFst Library
|
#include <trie.h>
Public Member Functions | |
ParentLabel ()=default | |
ParentLabel (int p, L l) | |
bool | operator== (const ParentLabel &that) const |
std::istream & | Read (std::istream &strm) |
std::ostream & | Write (std::ostream &strm) const |
Public Attributes | |
int | parent |
L | label |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
L fst::ParentLabel< L >::label |
int fst::ParentLabel< L >::parent |