FST
openfst-1.8.2.post1
OpenFst Library
|
#include <shortest-path.h>
Public Member Functions | |
ParenSpec (Label paren_id=kNoLabel, StateId src_start=kNoStateId, StateId dest_start=kNoStateId) | |
bool | operator== (const ParenSpec &other) const |
Public Attributes | |
Label | paren_id |
StateId | src_start |
StateId | dest_start |
Definition at line 92 of file shortest-path.h.
|
inlineexplicit |
Definition at line 93 of file shortest-path.h.
|
inline |
Definition at line 102 of file shortest-path.h.
StateId fst::internal::PdtShortestPathData< Arc >::ParenSpec::dest_start |
Definition at line 100 of file shortest-path.h.
Label fst::internal::PdtShortestPathData< Arc >::ParenSpec::paren_id |
Definition at line 98 of file shortest-path.h.
StateId fst::internal::PdtShortestPathData< Arc >::ParenSpec::src_start |
Definition at line 99 of file shortest-path.h.