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

#include <queue.h>

Public Member Functions

 NaturalAStarEstimate (const std::vector< Weight > &beta)
 
const Weight & operator() (StateId s) const
 

Detailed Description

template<typename StateId, typename Weight>
class fst::NaturalAStarEstimate< StateId, Weight >

Definition at line 827 of file queue.h.

Constructor & Destructor Documentation

template<typename StateId , typename Weight >
fst::NaturalAStarEstimate< StateId, Weight >::NaturalAStarEstimate ( const std::vector< Weight > &  beta)
inline

Definition at line 829 of file queue.h.

Member Function Documentation

template<typename StateId , typename Weight >
const Weight& fst::NaturalAStarEstimate< StateId, Weight >::operator() ( StateId  s) const
inline

Definition at line 831 of file queue.h.


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