FST
openfst-1.8.4
OpenFst Library
|
#include <state-map.h>
Public Types | |
using | Arc = B |
using | StateId = typename Arc::StateId |
![]() | |
using | StateId = typename B::StateId |
Public Member Functions | |
StateMapStateIteratorBase (std::unique_ptr< StateIteratorBase< A >> base) | |
bool | Done () const final |
StateId | Value () const final |
void | Next () final |
void | Reset () final |
![]() | |
virtual | ~StateIteratorBase ()=default |
Definition at line 186 of file state-map.h.
using fst::StateMapStateIteratorBase< A, B >::Arc = B |
Definition at line 188 of file state-map.h.
using fst::StateMapStateIteratorBase< A, B >::StateId = typename Arc::StateId |
Definition at line 189 of file state-map.h.
|
inlineexplicit |
Definition at line 191 of file state-map.h.
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< B >.
Definition at line 194 of file state-map.h.
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< B >.
Definition at line 198 of file state-map.h.
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< B >.
Definition at line 200 of file state-map.h.
|
inlinefinalvirtual |
Implements fst::StateIteratorBase< B >.
Definition at line 196 of file state-map.h.