#include <fst/prune.h>

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 |
Definition at line 64 of file prune.h.
| typedef S fst::PruneCompare< S, W >::StateId |
| typedef W fst::PruneCompare< S, W >::Weight |
| fst::PruneCompare< S, W >::PruneCompare | ( | const vector< Weight > & | idistance, | |
| const vector< Weight > & | fdistance | |||
| ) | [inline] |
| bool fst::PruneCompare< S, W >::operator() | ( | const StateId | x, | |
| const StateId | y | |||
| ) | const [inline] |
1.7.1