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

#include <arc.h>

Inheritance diagram for fst::ReverseArc< A >:
Inheritance graph
[legend]
Collaboration diagram for fst::ReverseArc< A >:
Collaboration graph
[legend]

Public Types

using Base = ArcTpl< typename A::Weight::ReverseWeight, typename A::Label, typename A::StateId >
 
using Arc = A
 
- Public Types inherited from fst::ArcTpl< A::Weight::ReverseWeight, A::Label, A::StateId >
using Weight = A::Weight::ReverseWeight
 
using Label = A::Label
 
using StateId = A::StateId
 

Static Public Member Functions

static const std::string & Type ()
 
- Static Public Member Functions inherited from fst::ArcTpl< A::Weight::ReverseWeight, A::Label, A::StateId >
static const std::string & Type ()
 

Additional Inherited Members

- Public Member Functions inherited from fst::ArcTpl< A::Weight::ReverseWeight, A::Label, A::StateId >
 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)
 
- Public Attributes inherited from fst::ArcTpl< A::Weight::ReverseWeight, A::Label, A::StateId >
Label ilabel
 
Label olabel
 
Weight weight
 
StateId nextstate
 

Detailed Description

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

Definition at line 133 of file arc.h.

Member Typedef Documentation

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

Definition at line 137 of file arc.h.

template<class A >
using fst::ReverseArc< A >::Base = ArcTpl<typename A::Weight::ReverseWeight, typename A::Label, typename A::StateId>

Definition at line 136 of file arc.h.

Member Function Documentation

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

Definition at line 141 of file arc.h.


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