#include <fst/queue.h>
Inherits ShortestFirstQueue< S, StateWeightCompare< S, NaturalLess< W > > >.

Public Types | |
| typedef StateWeightCompare< S, NaturalLess< W > > | C |
Public Member Functions | |
| NaturalShortestFirstQueue (const vector< W > &distance) | |
Shortest-first queue discipline, templated on the StateId and Weight, is specialized to use the weight's natural order for the comparison function.
Definition at line 293 of file queue.h.
| typedef StateWeightCompare<S, NaturalLess<W> > fst::NaturalShortestFirstQueue< S, W >::C |
| fst::NaturalShortestFirstQueue< S, W >::NaturalShortestFirstQueue | ( | const vector< W > & | distance | ) | [inline] |
1.7.1