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 | |
VectorExpanderCache () | |
VectorExpanderCache (const VectorExpanderCache ©) | |
VectorExpanderCache & | operator= (const VectorExpanderCache ©) |
template<class Expander > | |
State * | FindOrExpand (Expander &expander, StateId state_id) |
Definition at line 198 of file expander-cache.h.
using fst::VectorExpanderCache< A >::Arc = A |
Definition at line 200 of file expander-cache.h.
using fst::VectorExpanderCache< A >::State = SimpleVectorCacheState<Arc> |
Definition at line 203 of file expander-cache.h.
using fst::VectorExpanderCache< A >::StateId = typename Arc::StateId |
Definition at line 201 of file expander-cache.h.
|
inline |
Definition at line 205 of file expander-cache.h.
|
inline |
Definition at line 207 of file expander-cache.h.
|
inline |
Definition at line 222 of file expander-cache.h.
|
inline |
Definition at line 209 of file expander-cache.h.