FST
openfst-1.8.4
OpenFst Library
|
#include <arc.h>
Public Types | |
using | Base = ArcTpl< PowerWeight< typename A::Weight, n >, typename A::Label, typename A::StateId > |
using | Arc = A |
![]() | |
using | Weight = PowerWeight< A::Weight, n > |
using | Label = A::Label |
using | StateId = A::StateId |
Static Public Member Functions | |
static const std::string & | Type () |
![]() | |
static const std::string & | Type () |
Additional Inherited Members | |
![]() | |
ArcTpl () noexcept(std::is_nothrow_default_constructible_v< Weight >)=default | |
ArcTpl (Label ilabel, Label olabel, T &&weight, StateId nextstate) | |
ArcTpl (Label ilabel, Label olabel, StateId nextstate) | |
![]() | |
Label | ilabel |
Label | olabel |
Weight | weight |
StateId | nextstate |
using fst::PowerArc< A, n >::Arc = A |
using fst::PowerArc< A, n >::Base = ArcTpl<PowerWeight<typename A::Weight, n>, typename A::Label, typename A::StateId> |
|
inlinestatic |