Searched refs:UnionFst (Results 1 – 2 of 2) sorted by relevance
107 class UnionFst : public RationalFst<A> {115 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { in UnionFst() function119 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) in UnionFst() function124 UnionFst(const UnionFst<A> &fst) : RationalFst<A>(fst) {} in UnionFst() function126 virtual UnionFst<A> *Copy() const { return new UnionFst<A>(*this); } in Copy()132 class StateIterator< UnionFst<A> > : public StateIterator< RationalFst<A> > {134 explicit StateIterator(const UnionFst<A> &fst) in StateIterator()141 class ArcIterator< UnionFst<A> > : public ArcIterator< RationalFst<A> > {145 ArcIterator(const UnionFst<A> &fst, StateId s) in ArcIterator()151 typedef UnionFst<StdArc> StdUnionFst;
53 template <class A> class UnionFst; variable75 typedef UnionFst<StdArc> StdUnionFst;