LatticeDeterminizer< Weight, IntType >::Element Struct Reference
Collaboration diagram for LatticeDeterminizer< Weight, IntType >::Element:

Public Member Functions

bool operator!= (const Element &other) const
 
bool operator< (const Element &other) const
 

Public Attributes

StateId state
 
StringId string
 
Weight weight
 

Detailed Description

template<class Weight, class IntType>
struct fst::LatticeDeterminizer< Weight, IntType >::Element

Definition at line 541 of file determinize-lattice-inl.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const Element other) const
inline

◆ operator<()

bool operator< ( const Element other) const
inline

Definition at line 551 of file determinize-lattice-inl.h.

References LatticeDeterminizer< Weight, IntType >::Element::state.

551  {
552  return state < other.state;
553  }

Member Data Documentation

◆ state

◆ string

◆ weight


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