FST
openfst-1.8.4
OpenFst Library
|
#include <shortest-distance.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Static Public Member Functions | |
static std::unique_ptr< AutoQueue< StateId > > | Construct (const Fst< Arc > &fst, const std::vector< Weight > *distance) |
Definition at line 75 of file shortest-distance.h.
using fst::script::internal::QueueConstructor< Arc, AutoQueue< typename Arc::StateId >, ArcFilter >::StateId = typename Arc::StateId |
Definition at line 76 of file shortest-distance.h.
using fst::script::internal::QueueConstructor< Arc, AutoQueue< typename Arc::StateId >, ArcFilter >::Weight = typename Arc::Weight |
Definition at line 77 of file shortest-distance.h.
|
inlinestatic |
Definition at line 80 of file shortest-distance.h.