FST
openfst-1.8.4
OpenFst Library
|
#include <compact-fst.h>
Public Types | |
using | Arc = typename ArcCompactor::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Compactor = CompactArcCompactor< ArcCompactor, U, S > |
Public Member Functions | |
CompactArcState ()=default | |
CompactArcState (const Compactor *compactor, StateId s) | |
void | Set (const Compactor *compactor, StateId s) |
StateId | GetStateId () const |
Weight | Final () const |
size_t | NumArcs () const |
Arc | GetArc (size_t i, uint8_t flags) const |
Definition at line 524 of file compact-fst.h.
using fst::CompactArcState< ArcCompactor, U, S >::Arc = typename ArcCompactor::Arc |
Definition at line 715 of file compact-fst.h.
using fst::CompactArcState< ArcCompactor, U, S >::Compactor = CompactArcCompactor<ArcCompactor, U, S> |
Definition at line 718 of file compact-fst.h.
using fst::CompactArcState< ArcCompactor, U, S >::StateId = typename Arc::StateId |
Definition at line 716 of file compact-fst.h.
using fst::CompactArcState< ArcCompactor, U, S >::Weight = typename Arc::Weight |
Definition at line 717 of file compact-fst.h.
|
default |
|
inline |
Definition at line 722 of file compact-fst.h.
|
inline |
Definition at line 753 of file compact-fst.h.
|
inline |
Definition at line 760 of file compact-fst.h.
|
inline |
Definition at line 751 of file compact-fst.h.
|
inline |
Definition at line 758 of file compact-fst.h.
|
inline |
Definition at line 736 of file compact-fst.h.