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

#include <arc.h>

Inheritance diagram for fst::SparsePowerArc< A, K >:
Inheritance graph
[legend]
Collaboration diagram for fst::SparsePowerArc< A, K >:
Collaboration graph
[legend]

Public Types

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

Additional Inherited Members

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

Detailed Description

template<class A, class K = int>
struct fst::SparsePowerArc< A, K >

Definition at line 177 of file arc.h.

Member Typedef Documentation

template<class A , class K = int>
using fst::SparsePowerArc< A, K >::Arc = A

Definition at line 181 of file arc.h.

template<class A , class K = int>
using fst::SparsePowerArc< A, K >::Base = ArcTpl<SparsePowerWeight<typename A::Weight, K>, typename A::Label, typename A::StateId>

Definition at line 180 of file arc.h.

Member Function Documentation

template<class A , class K = int>
static const std::string& fst::SparsePowerArc< A, K >::Type ( )
inlinestatic

Definition at line 185 of file arc.h.


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