Public Types | Public Member Functions

fst::PruneCompare< S, W > Class Template Reference

#include <fst/prune.h>

Collaboration diagram for fst::PruneCompare< S, W >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef S StateId
typedef W Weight

Public Member Functions

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

Detailed Description

template<class S, class W>
class fst::PruneCompare< S, W >

Definition at line 64 of file prune.h.


Member Typedef Documentation

template<class S, class W>
typedef S fst::PruneCompare< S, W >::StateId

Definition at line 66 of file prune.h.

template<class S, class W>
typedef W fst::PruneCompare< S, W >::Weight

Definition at line 67 of file prune.h.


Constructor & Destructor Documentation

template<class S, class W>
fst::PruneCompare< S, W >::PruneCompare ( const vector< Weight > &  idistance,
const vector< Weight > &  fdistance 
) [inline]

Definition at line 69 of file prune.h.


Member Function Documentation

template<class S, class W>
bool fst::PruneCompare< S, W >::operator() ( const StateId  x,
const StateId  y 
) const [inline]

Definition at line 73 of file prune.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines