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

#include <arc.h>

Inheritance diagram for fst::ExpectationArc< A, X2 >:
Inheritance graph
[legend]
Collaboration diagram for fst::ExpectationArc< A, X2 >:
Collaboration graph
[legend]

Public Types

using Base = ArcTpl< ExpectationWeight< typename A::Weight, X2 >, typename A::Label, typename A::StateId >
 
using Arc = A
 
using X1 = typename Arc::Weight
 
- Public Types inherited from fst::ArcTpl< ExpectationWeight< A::Weight, X2 >, A::Label, A::StateId >
using Weight = ExpectationWeight< A::Weight, X2 >
 
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< ExpectationWeight< A::Weight, X2 >, A::Label, A::StateId >
static const std::string & Type ()
 

Additional Inherited Members

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

Detailed Description

template<class A, class X2>
struct fst::ExpectationArc< A, X2 >

Definition at line 201 of file arc.h.

Member Typedef Documentation

template<class A , class X2 >
using fst::ExpectationArc< A, X2 >::Arc = A

Definition at line 205 of file arc.h.

template<class A , class X2 >
using fst::ExpectationArc< A, X2 >::Base = ArcTpl<ExpectationWeight<typename A::Weight, X2>, typename A::Label, typename A::StateId>

Definition at line 204 of file arc.h.

template<class A , class X2 >
using fst::ExpectationArc< A, X2 >::X1 = typename Arc::Weight

Definition at line 206 of file arc.h.

Member Function Documentation

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

Definition at line 210 of file arc.h.


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