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

#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
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<class Arc >
fst::internal::PdtShortestPathData< Arc >::ParenSpec::ParenSpec ( Label  paren_id = kNoLabel,
StateId  src_start = kNoStateId,
StateId  dest_start = kNoStateId 
)
inlineexplicit

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

Member Function Documentation

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

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

Member Data Documentation

template<class Arc >
StateId fst::internal::PdtShortestPathData< Arc >::ParenSpec::dest_start

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

template<class Arc >
Label fst::internal::PdtShortestPathData< Arc >::ParenSpec::paren_id

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

template<class Arc >
StateId fst::internal::PdtShortestPathData< Arc >::ParenSpec::src_start

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


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