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

#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
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<class Arc >
fst::internal::PdtShortestPathData< Arc >::SearchState::SearchState ( StateId  s = kNoStateId,
StateId  t = kNoStateId 
)
inlineexplicit

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

Member Function Documentation

template<class Arc >
bool fst::internal::PdtShortestPathData< Arc >::SearchState::operator== ( const SearchState other) const
inline

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

Member Data Documentation

template<class Arc >
StateId fst::internal::PdtShortestPathData< Arc >::SearchState::start

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

template<class Arc >
StateId fst::internal::PdtShortestPathData< Arc >::SearchState::state

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


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