FST
openfst-1.8.4
OpenFst Library
|
#include <replace.h>
Classes | |
struct | PrefixTuple |
Public Member Functions | |
ReplaceStackPrefix ()=default | |
ReplaceStackPrefix (const ReplaceStackPrefix &other) | |
void | Push (StateId fst_id, StateId nextstate) |
void | Pop () |
const PrefixTuple & | Top () const |
size_t | Depth () const |
Public Attributes | |
std::vector< PrefixTuple > | prefix_ |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<PrefixTuple> fst::ReplaceStackPrefix< Label, StateId >::prefix_ |