FST  openfst-1.8.2.post1
OpenFst Library
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
fst::ReverseArc< A > Struct Template Reference

#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
 

Detailed Description

template<class A>
struct fst::ReverseArc< A >

Definition at line 169 of file arc.h.

Member Typedef Documentation

template<class A >
using fst::ReverseArc< A >::Arc = A

Definition at line 170 of file arc.h.

template<class A >
using fst::ReverseArc< A >::Label = typename Arc::Label

Definition at line 171 of file arc.h.

template<class A >
using fst::ReverseArc< A >::StateId = typename Arc::StateId

Definition at line 172 of file arc.h.

template<class A >
using fst::ReverseArc< A >::Weight = typename Arc::Weight::ReverseWeight

Definition at line 173 of file arc.h.

Constructor & Destructor Documentation

template<class A >
fst::ReverseArc< A >::ReverseArc ( )
default
template<class A >
template<class T >
fst::ReverseArc< A >::ReverseArc ( Label  ilabel,
Label  olabel,
T &&  weight,
StateId  nextstate 
)
inline

Definition at line 183 of file arc.h.

template<class A >
fst::ReverseArc< A >::ReverseArc ( Label  ilabel,
Label  olabel,
StateId  nextstate 
)
inline

Definition at line 190 of file arc.h.

Member Function Documentation

template<class A >
static const std::string& fst::ReverseArc< A >::Type ( )
inlinestatic

Definition at line 193 of file arc.h.

Member Data Documentation

template<class A >
Label fst::ReverseArc< A >::ilabel

Definition at line 175 of file arc.h.

template<class A >
StateId fst::ReverseArc< A >::nextstate

Definition at line 178 of file arc.h.

template<class A >
Label fst::ReverseArc< A >::olabel

Definition at line 176 of file arc.h.

template<class A >
Weight fst::ReverseArc< A >::weight

Definition at line 177 of file arc.h.


The documentation for this struct was generated from the following file: