FST
openfst-1.8.2.post1
OpenFst Library
|
#include <shortest-path.h>
Public Member Functions | |
SearchData () | |
Public Attributes | |
Weight | distance |
SearchState | parent |
int16_t | paren_id |
uint8_t | flags |
Definition at line 110 of file shortest-path.h.
|
inline |
Definition at line 111 of file shortest-path.h.
Weight fst::internal::PdtShortestPathData< Arc >::SearchData::distance |
Definition at line 117 of file shortest-path.h.
uint8_t fst::internal::PdtShortestPathData< Arc >::SearchData::flags |
Definition at line 120 of file shortest-path.h.
int16_t fst::internal::PdtShortestPathData< Arc >::SearchData::paren_id |
Definition at line 119 of file shortest-path.h.
SearchState fst::internal::PdtShortestPathData< Arc >::SearchData::parent |
Definition at line 118 of file shortest-path.h.