FST
openfst-1.8.2
OpenFst Library
|
#include <shortest-path.h>
Public Member Functions | |
SearchState (StateId s=kNoStateId, StateId t=kNoStateId) | |
bool | operator== (const SearchState &other) const |
Public Attributes | |
StateId | state |
StateId | start |
Definition at line 77 of file shortest-path.h.
|
inlineexplicit |
Definition at line 81 of file shortest-path.h.
|
inline |
Definition at line 84 of file shortest-path.h.
StateId fst::internal::PdtShortestPathData< Arc >::SearchState::start |
Definition at line 79 of file shortest-path.h.
StateId fst::internal::PdtShortestPathData< Arc >::SearchState::state |
Definition at line 78 of file shortest-path.h.