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

#include <arc.h>

Inheritance diagram for fst::PowerArc< A, n >:
Inheritance graph
[legend]
Collaboration diagram for fst::PowerArc< A, n >:
Collaboration graph
[legend]

Public Types

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

Additional Inherited Members

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

Detailed Description

template<class A, size_t n>
struct fst::PowerArc< A, n >

Definition at line 159 of file arc.h.

Member Typedef Documentation

template<class A , size_t n>
using fst::PowerArc< A, n >::Arc = A

Definition at line 163 of file arc.h.

template<class A , size_t n>
using fst::PowerArc< A, n >::Base = ArcTpl<PowerWeight<typename A::Weight, n>, typename A::Label, typename A::StateId>

Definition at line 162 of file arc.h.

Member Function Documentation

template<class A , size_t n>
static const std::string& fst::PowerArc< A, n >::Type ( )
inlinestatic

Definition at line 167 of file arc.h.


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