FST
openfst-1.8.4
OpenFst Library
|
#include <arc.h>
Public Types | |
using | Base = ArcTpl< StringWeight< int, S >> |
![]() | |
using | Weight = StringWeight< int, S > |
using | Label = L |
using | StateId = S |
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::StringArc< S >::Base = ArcTpl<StringWeight<int, S>> |
|
inlinestatic |