Specialization for ComplementFst. More...
#include <fst/complement.h>
Inherits fst::StateIteratorBase< A >.

Public Types | |
| typedef A::StateId | StateId |
| typedef A::Label | Label |
Public Member Functions | |
| StateIterator (const ComplementFst< A > &fst) | |
| bool | Done () const |
| StateId | Value () const |
| End of iterator? | |
| void | Next () |
| Current state (when !Done). | |
| void | Reset () |
| Advance to next state (when !Done). | |
Specialization for ComplementFst.
Definition at line 173 of file complement.h.
| typedef A::Label fst::StateIterator< ComplementFst< A > >::Label |
Definition at line 176 of file complement.h.
| typedef A::StateId fst::StateIterator< ComplementFst< A > >::StateId |
Reimplemented from fst::StateIteratorBase< A >.
Definition at line 175 of file complement.h.
| fst::StateIterator< ComplementFst< A > >::StateIterator | ( | const ComplementFst< A > & | fst | ) | [inline, explicit] |
Definition at line 178 of file complement.h.
| bool fst::StateIterator< ComplementFst< A > >::Done | ( | ) | const [inline] |
Reimplemented from fst::StateIteratorBase< A >.
Definition at line 182 of file complement.h.
| void fst::StateIterator< ComplementFst< A > >::Next | ( | ) | [inline] |
Current state (when !Done).
Reimplemented from fst::StateIteratorBase< A >.
Definition at line 186 of file complement.h.
| void fst::StateIterator< ComplementFst< A > >::Reset | ( | ) | [inline] |
Advance to next state (when !Done).
Reimplemented from fst::StateIteratorBase< A >.
Definition at line 192 of file complement.h.
| StateId fst::StateIterator< ComplementFst< A > >::Value | ( | ) | const [inline] |
End of iterator?
Reimplemented from fst::StateIteratorBase< A >.
Definition at line 184 of file complement.h.
1.7.1