StateIterator< TrivialFactorWeightFst< A, F > > Class Template Reference

#include <trivial-factor-weight.h>

Inheritance diagram for StateIterator< TrivialFactorWeightFst< A, F > >:
Collaboration diagram for StateIterator< TrivialFactorWeightFst< A, F > >:

Public Member Functions

 StateIterator (const TrivialFactorWeightFst< A, F > &fst)
 

Detailed Description

template<class A, class F>
class fst::StateIterator< TrivialFactorWeightFst< A, F > >

Definition at line 369 of file trivial-factor-weight.h.

Constructor & Destructor Documentation

◆ StateIterator()

StateIterator ( const TrivialFactorWeightFst< A, F > &  fst)
inlineexplicit

Definition at line 372 of file trivial-factor-weight.h.

373  : CacheStateIterator< TrivialFactorWeightFst<A, F> >(fst, fst.GetMutableImpl()) {}
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
Definition: graph.dox:21

The documentation for this class was generated from the following file: