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

#include <filter-state.h>

Public Member Functions

 IntegerFilterState ()
 
 IntegerFilterState (T s)
 
size_t Hash () const
 
bool operator== (const IntegerFilterState &fs) const
 
bool operator!= (const IntegerFilterState &fs) const
 
GetState () const
 

Static Public Member Functions

static const IntegerFilterState NoState ()
 

Detailed Description

template<typename T>
class fst::IntegerFilterState< T >

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

Constructor & Destructor Documentation

template<typename T >
fst::IntegerFilterState< T >::IntegerFilterState ( )
inline

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

template<typename T >
fst::IntegerFilterState< T >::IntegerFilterState ( s)
inlineexplicit

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

Member Function Documentation

template<typename T >
T fst::IntegerFilterState< T >::GetState ( ) const
inline

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

template<typename T >
size_t fst::IntegerFilterState< T >::Hash ( ) const
inline

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

template<typename T >
static const IntegerFilterState fst::IntegerFilterState< T >::NoState ( )
inlinestatic

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

template<typename T >
bool fst::IntegerFilterState< T >::operator!= ( const IntegerFilterState< T > &  fs) const
inline

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

template<typename T >
bool fst::IntegerFilterState< T >::operator== ( const IntegerFilterState< T > &  fs) const
inline

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


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