FST
openfst-1.8.2.post1
OpenFst Library
|
#include <arc.h>
Public Types | |
using | Weight = W |
using | Label = int |
using | StateId = int |
Public Member Functions | |
ArcTpl () noexcept(std::is_nothrow_default_constructible_v< Weight >) | |
template<class T > | |
ArcTpl (Label ilabel, Label olabel, T &&weight, StateId nextstate) | |
ArcTpl (Label ilabel, Label olabel, StateId nextstate) | |
Static Public Member Functions | |
static const std::string & | Type () |
Public Attributes | |
Label | ilabel |
Label | olabel |
Weight | weight |
StateId | nextstate |
using fst::ArcTpl< W >::Label = int |
using fst::ArcTpl< W >::StateId = int |
using fst::ArcTpl< W >::Weight = W |
|
inlinenoexcept |
|
inline |
|
inline |
|
inlinestatic |
Label fst::ArcTpl< W >::ilabel |
StateId fst::ArcTpl< W >::nextstate |
Label fst::ArcTpl< W >::olabel |
Weight fst::ArcTpl< W >::weight |