Home
last modified time | relevance | path

Searched refs:ClosureFst (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dclosure.h96 class ClosureFst : public RationalFst<A> {
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst() function
106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst() function
111 ClosureFst(const ClosureFst<A> &fst) : RationalFst<A>(fst) {} in ClosureFst() function
113 virtual ClosureFst<A> *Copy() const { return new ClosureFst<A>(*this); } in Copy()
119 class StateIterator< ClosureFst<A> > : public StateIterator< RationalFst<A> > {
121 explicit StateIterator(const ClosureFst<A> &fst) in StateIterator()
128 class ArcIterator< ClosureFst<A> > : public ArcIterator< RationalFst<A> > {
132 ArcIterator(const ClosureFst<A> &fst, StateId s) in ArcIterator()
138 typedef ClosureFst<StdArc> StdClosureFst;
Dfst-decl.h40 template <class A> class ClosureFst; variable
64 typedef ClosureFst<StdArc> StdClosureFst;