FST
openfst-1.8.3
OpenFst Library
|
#include <expander-cache.h>
Public Member Functions | |
int * | MutableRefCount () |
void | Reset () |
Public Member Functions inherited from fst::SimpleVectorCacheState< Arc > | |
void | Reset () |
Weight | Final () const |
size_t | NumInputEpsilons () const |
size_t | NumOutputEpsilons () const |
size_t | NumArcs () const |
const Arc & | GetArc (size_t n) const |
const Arc * | Arcs () const |
void | SetFinal (Weight weight) |
void | ReserveArcs (size_t n) |
void | AddArc (const Arc &arc) |
void | AddArc (Arc &&arc) |
int * | MutableRefCount () const |
Friends | |
class | NoGcKeepOneExpanderCache |
Additional Inherited Members | |
Public Types inherited from fst::SimpleVectorCacheState< Arc > | |
using | Arc = Arc |
using | Weight = typename Arc::Weight |
using | StateId = typename Arc::StateId |
Definition at line 119 of file expander-cache.h.
|
inline |
Definition at line 121 of file expander-cache.h.
|
inline |
Definition at line 123 of file expander-cache.h.
|
friend |
Definition at line 131 of file expander-cache.h.