FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | Public Attributes | List of all members
fst::internal::DeterminizeArc< StateTuple > Struct Template Reference

#include <determinize.h>

Public Types

using Arc = typename StateTuple::Arc
 
using Label = typename Arc::Label
 
using Weight = typename Arc::Weight
 

Public Member Functions

 DeterminizeArc ()=default
 
 DeterminizeArc (const Arc &arc)
 

Public Attributes

Label label = kNoLabel
 
Weight weight = Weight::Zero()
 
std::unique_ptr< StateTuple > dest_tuple
 

Detailed Description

template<class StateTuple>
struct fst::internal::DeterminizeArc< StateTuple >

Definition at line 205 of file determinize.h.

Member Typedef Documentation

template<class StateTuple>
using fst::internal::DeterminizeArc< StateTuple >::Arc = typename StateTuple::Arc

Definition at line 206 of file determinize.h.

template<class StateTuple>
using fst::internal::DeterminizeArc< StateTuple >::Label = typename Arc::Label

Definition at line 207 of file determinize.h.

template<class StateTuple>
using fst::internal::DeterminizeArc< StateTuple >::Weight = typename Arc::Weight

Definition at line 208 of file determinize.h.

Constructor & Destructor Documentation

template<class StateTuple>
fst::internal::DeterminizeArc< StateTuple >::DeterminizeArc ( )
default
template<class StateTuple>
fst::internal::DeterminizeArc< StateTuple >::DeterminizeArc ( const Arc arc)
inlineexplicit

Definition at line 212 of file determinize.h.

Member Data Documentation

template<class StateTuple>
std::unique_ptr<StateTuple> fst::internal::DeterminizeArc< StateTuple >::dest_tuple

Definition at line 219 of file determinize.h.

template<class StateTuple>
Label fst::internal::DeterminizeArc< StateTuple >::label = kNoLabel

Definition at line 216 of file determinize.h.

template<class StateTuple>
Weight fst::internal::DeterminizeArc< StateTuple >::weight = Weight::Zero()

Definition at line 217 of file determinize.h.


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