#include <fst/vector-fst.h>
Public Types | |
| typedef A::StateId | StateId |
Public Member Functions | |
| StateIterator (const VectorFst< A > &fst) | |
| bool | Done () const |
| StateId | Value () const |
| void | Next () |
| void | Reset () |
Specialization for VectorFst; see generic version in fst.h for sample usage (but use the VectorFst type!). This version should inline.
Definition at line 511 of file vector-fst.h.
| typedef A::StateId fst::StateIterator< VectorFst< A > >::StateId |
Definition at line 513 of file vector-fst.h.
| fst::StateIterator< VectorFst< A > >::StateIterator | ( | const VectorFst< A > & | fst | ) | [inline, explicit] |
Definition at line 515 of file vector-fst.h.
| bool fst::StateIterator< VectorFst< A > >::Done | ( | void | ) | const [inline] |
Definition at line 518 of file vector-fst.h.
| void fst::StateIterator< VectorFst< A > >::Next | ( | void | ) | [inline] |
Definition at line 522 of file vector-fst.h.
| void fst::StateIterator< VectorFst< A > >::Reset | ( | void | ) | [inline] |
Definition at line 524 of file vector-fst.h.
| StateId fst::StateIterator< VectorFst< A > >::Value | ( | void | ) | const [inline] |
Definition at line 520 of file vector-fst.h.
1.7.1