BaumWelch  baumwelch-0.3.8
OpenGrm-BaumWelch library
Public Types | Public Member Functions | Public Attributes | List of all members
fst::internal::UnweightedArc< Arc > Struct Template Reference

#include <expectation-table.h>

Public Types

using Label = typename Arc::Label
 
using StateId = typename Arc::StateId
 

Public Member Functions

 UnweightedArc (const Arc &arc)
 
 UnweightedArc (Label ilabel, Label olabel, StateId nextstate)
 
 UnweightedArc ()
 

Public Attributes

const Label ilabel
 
const Label olabel
 
const StateId nextstate
 

Detailed Description

template<class Arc>
struct fst::internal::UnweightedArc< Arc >

Definition at line 34 of file expectation-table.h.

Member Typedef Documentation

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

Definition at line 35 of file expectation-table.h.

template<class Arc>
using fst::internal::UnweightedArc< Arc >::StateId = typename Arc::StateId

Definition at line 36 of file expectation-table.h.

Constructor & Destructor Documentation

template<class Arc>
fst::internal::UnweightedArc< Arc >::UnweightedArc ( const Arc &  arc)
inlineexplicit

Definition at line 38 of file expectation-table.h.

template<class Arc>
fst::internal::UnweightedArc< Arc >::UnweightedArc ( Label  ilabel,
Label  olabel,
StateId  nextstate 
)
inline

Definition at line 41 of file expectation-table.h.

template<class Arc>
fst::internal::UnweightedArc< Arc >::UnweightedArc ( )
inline

Definition at line 45 of file expectation-table.h.

Member Data Documentation

template<class Arc>
const Label fst::internal::UnweightedArc< Arc >::ilabel

Definition at line 47 of file expectation-table.h.

template<class Arc>
const StateId fst::internal::UnweightedArc< Arc >::nextstate

Definition at line 49 of file expectation-table.h.

template<class Arc>
const Label fst::internal::UnweightedArc< Arc >::olabel

Definition at line 48 of file expectation-table.h.


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