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

#include <filter-state.h>

Public Member Functions

 ListFilterState ()=default
 
 ListFilterState (T s)
 
size_t Hash () const
 
bool operator== (const ListFilterState &fs) const
 
bool operator!= (const ListFilterState &fs) const
 
const std::forward_list< T > & GetState () const
 
std::forward_list< T > * GetMutableState ()
 

Static Public Member Functions

static const ListFilterState NoState ()
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<typename T >
fst::ListFilterState< T >::ListFilterState ( )
default
template<typename T >
fst::ListFilterState< T >::ListFilterState ( s)
inlineexplicit

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

Member Function Documentation

template<typename T >
std::forward_list<T>* fst::ListFilterState< T >::GetMutableState ( )
inline

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

template<typename T >
const std::forward_list<T>& fst::ListFilterState< T >::GetState ( ) const
inline

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

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

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

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

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

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

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

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

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


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