FST
openfst-1.8.2.post1
OpenFst Library
|
#include <arc.h>
Public Types | |
using | Arc = A |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight::ReverseWeight |
Public Member Functions | |
ReverseArc ()=default | |
template<class T > | |
ReverseArc (Label ilabel, Label olabel, T &&weight, StateId nextstate) | |
ReverseArc (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::ReverseArc< A >::Arc = A |
using fst::ReverseArc< A >::Label = typename Arc::Label |
using fst::ReverseArc< A >::StateId = typename Arc::StateId |
using fst::ReverseArc< A >::Weight = typename Arc::Weight::ReverseWeight |
|
default |
|
inline |
|
inline |
|
inlinestatic |
Label fst::ReverseArc< A >::ilabel |
StateId fst::ReverseArc< A >::nextstate |
Label fst::ReverseArc< A >::olabel |
Weight fst::ReverseArc< A >::weight |