FST
openfst-1.8.4
OpenFst Library
|
#include <mutable-fst.h>
Public Types | |
using | Arc = typename FST::Arc |
using | StateId = typename Arc::StateId |
Public Member Functions | |
MutableArcIterator (FST *fst, StateId s) | |
bool | Done () const |
const Arc & | Value () const |
void | Next () |
size_t | Position () const |
void | Reset () |
void | Seek (size_t a) |
void | SetValue (const Arc &arc) |
uint8_t | Flags () const |
void | SetFlags (uint8_t flags, uint8_t mask) |
Definition at line 225 of file mutable-fst.h.
using fst::MutableArcIterator< FST >::Arc = typename FST::Arc |
Definition at line 227 of file mutable-fst.h.
using fst::MutableArcIterator< FST >::StateId = typename Arc::StateId |
Definition at line 228 of file mutable-fst.h.
|
inline |
Definition at line 230 of file mutable-fst.h.
|
inline |
Definition at line 234 of file mutable-fst.h.
|
inline |
Definition at line 248 of file mutable-fst.h.
|
inline |
Definition at line 238 of file mutable-fst.h.
|
inline |
Definition at line 240 of file mutable-fst.h.
|
inline |
Definition at line 242 of file mutable-fst.h.
|
inline |
Definition at line 244 of file mutable-fst.h.
|
inline |
Definition at line 250 of file mutable-fst.h.
|
inline |
Definition at line 246 of file mutable-fst.h.
|
inline |
Definition at line 236 of file mutable-fst.h.