FST  openfst-1.8.1
OpenFst Library
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
fst::LexicographicArc< Weight1, Weight2 > Struct Template Reference

#include <arc.h>

Collaboration diagram for fst::LexicographicArc< Weight1, Weight2 >:
Collaboration graph
[legend]

Public Types

using Label = int
 
using StateId = int
 
using Weight = LexicographicWeight< Weight1, Weight2 >
 

Public Member Functions

 LexicographicArc ()=default
 
template<class T >
 LexicographicArc (Label ilabel, Label olabel, T &&weight, StateId nextstate)
 
 LexicographicArc (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 Weight1, class Weight2>
struct fst::LexicographicArc< Weight1, Weight2 >

Definition at line 200 of file arc.h.

Member Typedef Documentation

template<class Weight1 , class Weight2 >
using fst::LexicographicArc< Weight1, Weight2 >::Label = int

Definition at line 201 of file arc.h.

template<class Weight1 , class Weight2 >
using fst::LexicographicArc< Weight1, Weight2 >::StateId = int

Definition at line 202 of file arc.h.

template<class Weight1 , class Weight2 >
using fst::LexicographicArc< Weight1, Weight2 >::Weight = LexicographicWeight<Weight1, Weight2>

Definition at line 203 of file arc.h.

Constructor & Destructor Documentation

template<class Weight1 , class Weight2 >
fst::LexicographicArc< Weight1, Weight2 >::LexicographicArc ( )
default
template<class Weight1 , class Weight2 >
template<class T >
fst::LexicographicArc< Weight1, Weight2 >::LexicographicArc ( Label  ilabel,
Label  olabel,
T &&  weight,
StateId  nextstate 
)
inline

Definition at line 213 of file arc.h.

template<class Weight1 , class Weight2 >
fst::LexicographicArc< Weight1, Weight2 >::LexicographicArc ( Label  ilabel,
Label  olabel,
StateId  nextstate 
)
inline

Definition at line 220 of file arc.h.

Member Function Documentation

template<class Weight1 , class Weight2 >
static const std::string& fst::LexicographicArc< Weight1, Weight2 >::Type ( )
inlinestatic

Definition at line 223 of file arc.h.

Member Data Documentation

template<class Weight1 , class Weight2 >
Label fst::LexicographicArc< Weight1, Weight2 >::ilabel

Definition at line 205 of file arc.h.

template<class Weight1 , class Weight2 >
StateId fst::LexicographicArc< Weight1, Weight2 >::nextstate

Definition at line 208 of file arc.h.

template<class Weight1 , class Weight2 >
Label fst::LexicographicArc< Weight1, Weight2 >::olabel

Definition at line 206 of file arc.h.

template<class Weight1 , class Weight2 >
Weight fst::LexicographicArc< Weight1, Weight2 >::weight

Definition at line 207 of file arc.h.


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