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

#include <prune.h>

Public Member Functions

 PruneCompare (const std::vector< Weight > &idistance, const std::vector< Weight > &fdistance)
 
bool operator() (const StateId x, const StateId y) const
 

Detailed Description

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

Definition at line 41 of file prune.h.

Constructor & Destructor Documentation

template<class StateId, class Weight>
fst::internal::PruneCompare< StateId, Weight >::PruneCompare ( const std::vector< Weight > &  idistance,
const std::vector< Weight > &  fdistance 
)
inline

Definition at line 43 of file prune.h.

Member Function Documentation

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

Definition at line 47 of file prune.h.


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