FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::internal::PdtShortestPathData< Arc >::SearchData Struct Reference

#include <shortest-path.h>

Collaboration diagram for fst::internal::PdtShortestPathData< Arc >::SearchData:
Collaboration graph
[legend]

Public Member Functions

 SearchData ()
 

Public Attributes

Weight distance
 
SearchState parent
 
int16_t paren_id
 
uint8_t flags
 

Detailed Description

template<class Arc>
struct fst::internal::PdtShortestPathData< Arc >::SearchData

Definition at line 123 of file shortest-path.h.

Constructor & Destructor Documentation

template<class Arc >
fst::internal::PdtShortestPathData< Arc >::SearchData::SearchData ( )
inline

Definition at line 124 of file shortest-path.h.

Member Data Documentation

template<class Arc >
Weight fst::internal::PdtShortestPathData< Arc >::SearchData::distance

Definition at line 130 of file shortest-path.h.

template<class Arc >
uint8_t fst::internal::PdtShortestPathData< Arc >::SearchData::flags

Definition at line 133 of file shortest-path.h.

template<class Arc >
int16_t fst::internal::PdtShortestPathData< Arc >::SearchData::paren_id

Definition at line 132 of file shortest-path.h.

template<class Arc >
SearchState fst::internal::PdtShortestPathData< Arc >::SearchData::parent

Definition at line 131 of file shortest-path.h.


The documentation for this struct was generated from the following file: