#include <fst/fst.h>
Inherited by fst::StateIterator< MatcherFst< F, M, N, I > >.
List of all members.
Detailed Description
template<class F>
class fst::StateIterator< F >
Generic state iterator, templated on the FST definition
- a wrapper around pointer to specific one. Here is a typical use:
for (StateIterator<StdFst> siter(fst);
!siter.Done();
siter.Next()) {
StateId s = siter.Value();
...
}
Definition at line 310 of file fst.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file:
- openfst-1.2.6/src/include/fst/fst.h