FST
openfst-1.8.3
OpenFst Library
|
#include <expander-cache.h>
Public Types | |
using | Arc = A |
using | StateId = typename Arc::StateId |
using | State = SimpleVectorCacheState< Arc > |
Public Member Functions | |
HashExpanderCache (const HashExpanderCache ©) | |
HashExpanderCache & | operator= (const HashExpanderCache ©) |
~HashExpanderCache ()=default | |
template<class Expander > | |
State * | FindOrExpand (Expander &expander, StateId state_id) |
Definition at line 165 of file expander-cache.h.
using fst::HashExpanderCache< A >::Arc = A |
Definition at line 167 of file expander-cache.h.
using fst::HashExpanderCache< A >::State = SimpleVectorCacheState<Arc> |
Definition at line 170 of file expander-cache.h.
using fst::HashExpanderCache< A >::StateId = typename Arc::StateId |
Definition at line 168 of file expander-cache.h.
|
inline |
Definition at line 172 of file expander-cache.h.
|
default |
|
inline |
Definition at line 184 of file expander-cache.h.
|
inline |
Definition at line 174 of file expander-cache.h.