FST
openfst-1.8.4
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 105 of file shortest-path.h.
|
inlineexplicit |
Definition at line 106 of file shortest-path.h.
|
inline |
Definition at line 115 of file shortest-path.h.
StateId fst::internal::PdtShortestPathData< Arc >::ParenSpec::dest_start |
Definition at line 113 of file shortest-path.h.
Label fst::internal::PdtShortestPathData< Arc >::ParenSpec::paren_id |
Definition at line 111 of file shortest-path.h.
StateId fst::internal::PdtShortestPathData< Arc >::ParenSpec::src_start |
Definition at line 112 of file shortest-path.h.