FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::internal::StateComparator< Arc > Class Template Reference

#include <minimize.h>

Public Types

using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 

Public Member Functions

 StateComparator (const Fst< Arc > &fst, const Partition< StateId > &partition)
 
bool operator() (const StateId x, const StateId y) const
 

Detailed Description

template<class Arc>
class fst::internal::StateComparator< Arc >

Definition at line 63 of file minimize.h.

Member Typedef Documentation

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

Definition at line 65 of file minimize.h.

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

Definition at line 66 of file minimize.h.

Constructor & Destructor Documentation

template<class Arc>
fst::internal::StateComparator< Arc >::StateComparator ( const Fst< Arc > &  fst,
const Partition< StateId > &  partition 
)
inline

Definition at line 68 of file minimize.h.

Member Function Documentation

template<class Arc>
bool fst::internal::StateComparator< Arc >::operator() ( const StateId  x,
const StateId  y 
) const
inline

Definition at line 72 of file minimize.h.


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