FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::internal::FirstPathSelect< S, W, NaturalAStarQueue< S, W, Estimate > > Class Template Reference

#include <shortest-path.h>

Public Types

using Queue = NaturalAStarQueue< S, W, Estimate >
 

Public Member Functions

 FirstPathSelect (const Queue &state_queue)
 
bool operator() (S s, W d, W f) const
 

Detailed Description

template<typename S, typename W, typename Estimate>
class fst::internal::FirstPathSelect< S, W, NaturalAStarQueue< S, W, Estimate > >

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

Member Typedef Documentation

template<typename S , typename W , typename Estimate >
using fst::internal::FirstPathSelect< S, W, NaturalAStarQueue< S, W, Estimate > >::Queue = NaturalAStarQueue<S, W, Estimate>

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

Constructor & Destructor Documentation

template<typename S , typename W , typename Estimate >
fst::internal::FirstPathSelect< S, W, NaturalAStarQueue< S, W, Estimate > >::FirstPathSelect ( const Queue state_queue)
inline

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

Member Function Documentation

template<typename S , typename W , typename Estimate >
bool fst::internal::FirstPathSelect< S, W, NaturalAStarQueue< S, W, Estimate > >::operator() ( s,
d,
f 
) const
inline

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


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