FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Static Public Member Functions | List of all members
fst::WeightFilterState< W > Class Template Reference

#include <filter-state.h>

Public Member Functions

 WeightFilterState ()
 
 WeightFilterState (W weight)
 
size_t Hash () const
 
bool operator== (const WeightFilterState &fs) const
 
bool operator!= (const WeightFilterState &fs) const
 
GetWeight () const
 

Static Public Member Functions

static const WeightFilterState NoState ()
 

Detailed Description

template<class W>
class fst::WeightFilterState< W >

Definition at line 93 of file filter-state.h.

Constructor & Destructor Documentation

template<class W >
fst::WeightFilterState< W >::WeightFilterState ( )
inline

Definition at line 95 of file filter-state.h.

template<class W >
fst::WeightFilterState< W >::WeightFilterState ( weight)
inlineexplicit

Definition at line 97 of file filter-state.h.

Member Function Documentation

template<class W >
W fst::WeightFilterState< W >::GetWeight ( ) const
inline

Definition at line 111 of file filter-state.h.

template<class W >
size_t fst::WeightFilterState< W >::Hash ( ) const
inline

Definition at line 101 of file filter-state.h.

template<class W >
static const WeightFilterState fst::WeightFilterState< W >::NoState ( )
inlinestatic

Definition at line 99 of file filter-state.h.

template<class W >
bool fst::WeightFilterState< W >::operator!= ( const WeightFilterState< W > &  fs) const
inline

Definition at line 107 of file filter-state.h.

template<class W >
bool fst::WeightFilterState< W >::operator== ( const WeightFilterState< W > &  fs) const
inline

Definition at line 103 of file filter-state.h.


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