FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::internal::ShortestPathCompare< StateId, Weight > Class Template Reference

#include <shortest-path.h>

Public Member Functions

 ShortestPathCompare (const std::vector< std::pair< StateId, Weight >> &pairs, const std::vector< Weight > &distance, StateId superfinal, float delta)
 
bool operator() (const StateId x, const StateId y) const
 

Detailed Description

template<class StateId, class Weight>
class fst::internal::ShortestPathCompare< StateId, Weight >

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

Constructor & Destructor Documentation

template<class StateId, class Weight>
fst::internal::ShortestPathCompare< StateId, Weight >::ShortestPathCompare ( const std::vector< std::pair< StateId, Weight >> &  pairs,
const std::vector< Weight > &  distance,
StateId  superfinal,
float  delta 
)
inline

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

Member Function Documentation

template<class StateId, class Weight>
bool fst::internal::ShortestPathCompare< StateId, Weight >::operator() ( const StateId  x,
const StateId  y 
) const
inline

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


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