Searched refs:ClosureFst (Results 1 – 2 of 2) sorted by relevance
96 class ClosureFst : public RationalFst<A> {102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst() function106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst() function111 ClosureFst(const ClosureFst<A> &fst) : RationalFst<A>(fst) {} in ClosureFst() function113 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;
40 template <class A> class ClosureFst; variable64 typedef ClosureFst<StdArc> StdClosureFst;