FST
openfst-1.8.4
OpenFst Library
|
#include <dfs-visit.h>
Public Types | |
using | Arc = typename FST::Arc |
using | StateId = typename Arc::StateId |
Public Member Functions | |
DfsState (const FST &fst, StateId s) | |
void * | operator new (size_t size, MemoryPool< DfsState< FST >> *pool) |
Static Public Member Functions | |
static void | Destroy (DfsState< FST > *dfs_state, MemoryPool< DfsState< FST >> *pool) |
Public Attributes | |
StateId | state_id |
ArcIterator< FST > | arc_iter |
Definition at line 80 of file dfs-visit.h.
using fst::internal::DfsState< FST >::Arc = typename FST::Arc |
Definition at line 81 of file dfs-visit.h.
using fst::internal::DfsState< FST >::StateId = typename Arc::StateId |
Definition at line 82 of file dfs-visit.h.
|
inline |
Definition at line 84 of file dfs-visit.h.
|
inlinestatic |
Definition at line 90 of file dfs-visit.h.
|
inline |
Definition at line 86 of file dfs-visit.h.
ArcIterator<FST> fst::internal::DfsState< FST >::arc_iter |
Definition at line 99 of file dfs-visit.h.
StateId fst::internal::DfsState< FST >::state_id |
Definition at line 98 of file dfs-visit.h.