FST
openfst-1.8.2.post1
OpenFst Library
|
#include <determinize.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
DeterminizeElement (StateId s, Weight weight) | |
bool | operator== (const DeterminizeElement< Arc > &element) const |
bool | operator!= (const DeterminizeElement< Arc > &element) const |
bool | operator< (const DeterminizeElement< Arc > &element) const |
Public Attributes | |
StateId | state_id |
Weight | weight |
Definition at line 137 of file determinize.h.
using fst::internal::DeterminizeElement< Arc >::StateId = typename Arc::StateId |
Definition at line 138 of file determinize.h.
using fst::internal::DeterminizeElement< Arc >::Weight = typename Arc::Weight |
Definition at line 139 of file determinize.h.
|
inline |
Definition at line 141 of file determinize.h.
|
inline |
Definition at line 148 of file determinize.h.
|
inline |
Definition at line 152 of file determinize.h.
|
inline |
Definition at line 144 of file determinize.h.
StateId fst::internal::DeterminizeElement< Arc >::state_id |
Definition at line 156 of file determinize.h.
Weight fst::internal::DeterminizeElement< Arc >::weight |
Definition at line 157 of file determinize.h.