FST
openfst-1.8.3
OpenFst Library
|
#include <expander-cache.h>
Public Types | |
using | Arc = A |
using | Weight = typename Arc::Weight |
using | StateId = typename Arc::StateId |
Public Member Functions | |
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 |
Definition at line 62 of file expander-cache.h.
using fst::SimpleVectorCacheState< A >::Arc = A |
Definition at line 64 of file expander-cache.h.
using fst::SimpleVectorCacheState< A >::StateId = typename Arc::StateId |
Definition at line 66 of file expander-cache.h.
using fst::SimpleVectorCacheState< A >::Weight = typename Arc::Weight |
Definition at line 65 of file expander-cache.h.
|
inline |
Definition at line 91 of file expander-cache.h.
|
inline |
Definition at line 97 of file expander-cache.h.
|
inline |
Definition at line 85 of file expander-cache.h.
|
inline |
Definition at line 75 of file expander-cache.h.
|
inline |
Definition at line 83 of file expander-cache.h.
|
inline |
Definition at line 103 of file expander-cache.h.
|
inline |
Definition at line 81 of file expander-cache.h.
|
inline |
Definition at line 77 of file expander-cache.h.
|
inline |
Definition at line 79 of file expander-cache.h.
|
inline |
Definition at line 89 of file expander-cache.h.
|
inline |
Definition at line 68 of file expander-cache.h.
|
inline |
Definition at line 87 of file expander-cache.h.