FST
openfst-1.8.4
OpenFst Library
|
#include <queue.h>
Public Types | |
using | StateId = S |
using | Compare = internal::StateWeightCompare< StateId, Less > |
![]() | |
using | StateId = S |
![]() | |
using | StateId = S |
Public Member Functions | |
CustomShortestFirstQueue (const std::vector< Weight > &distance) | |
~CustomShortestFirstQueue () override=default | |
![]() | |
ShortestFirstQueue (internal::StateWeightCompare< S, Less >comp) | |
~ShortestFirstQueue () override=default | |
StateId | Head () const override |
void | Enqueue (StateId s) override |
void | Dequeue () override |
void | Update (StateId s) override |
bool | Empty () const override |
void | Clear () override |
ssize_t | Size () const |
const internal::StateWeightCompare< S, Less > & | GetCompare () const |
![]() | |
virtual | ~QueueBase ()=default |
QueueBase (QueueType type) | |
void | SetError (bool error) |
bool | Error () const |
QueueType | Type () const |
using fst::CustomShortestFirstQueue< S, Weight, Less >::Compare = internal::StateWeightCompare<StateId, Less> |
using fst::CustomShortestFirstQueue< S, Weight, Less >::StateId = S |
|
inlineexplicit |
|
overridedefault |