#include <fst/queue.h>
Inherits PruneQueue< Q, NaturalLess< W >, C >.

Public Types | |
| typedef Q::StateId | StateId |
| typedef W | Weight |
Public Member Functions | |
| NaturalPruneQueue (const vector< W > &distance, Q *queue, const C &class_func_, Weight threshold) | |
Pruning queue discipline (see above) using the weight's natural order for the comparison function. The ownership of 'queue' is given to this class.
Definition at line 871 of file queue.h.
| typedef Q::StateId fst::NaturalPruneQueue< Q, W, C >::StateId |
Reimplemented from fst::PruneQueue< Q, NaturalLess< W >, C >.
| typedef W fst::NaturalPruneQueue< Q, W, C >::Weight |
Reimplemented from fst::PruneQueue< Q, NaturalLess< W >, C >.
| fst::NaturalPruneQueue< Q, W, C >::NaturalPruneQueue | ( | const vector< W > & | distance, | |
| Q * | queue, | |||
| const C & | class_func_, | |||
| Weight | threshold | |||
| ) | [inline] |
1.7.1