FST
openfst-1.8.4
OpenFst Library
|
#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 () |
Definition at line 120 of file filter-state.h.
|
default |
|
inlineexplicit |
Definition at line 124 of file filter-state.h.
|
inline |
Definition at line 140 of file filter-state.h.
|
inline |
Definition at line 138 of file filter-state.h.
|
inline |
Definition at line 128 of file filter-state.h.
|
inlinestatic |
Definition at line 126 of file filter-state.h.
|
inline |
Definition at line 136 of file filter-state.h.
|
inline |
Definition at line 134 of file filter-state.h.