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

#include <minimize.h>

Public Types

using Label = typename Arc::Label
 
using StateId = typename Arc::StateId
 
using ClassId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 

Public Member Functions

 AcyclicMinimizer (const ExpandedFst< Arc > &fst)
 
const Partition< StateId > & GetPartition ()
 

Detailed Description

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

Definition at line 317 of file minimize.h.

Member Typedef Documentation

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

Definition at line 321 of file minimize.h.

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

Definition at line 319 of file minimize.h.

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

Definition at line 320 of file minimize.h.

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

Definition at line 322 of file minimize.h.

Constructor & Destructor Documentation

template<class Arc>
fst::internal::AcyclicMinimizer< Arc >::AcyclicMinimizer ( const ExpandedFst< Arc > &  fst)
inlineexplicit

Definition at line 324 of file minimize.h.

Member Function Documentation

template<class Arc>
const Partition<StateId>& fst::internal::AcyclicMinimizer< Arc >::GetPartition ( )
inline

Definition at line 329 of file minimize.h.


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