Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dunion.h107 class UnionFst : public RationalFst<A> {
115 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { in UnionFst() function
119 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) in UnionFst() function
124 UnionFst(const UnionFst<A> &fst) : RationalFst<A>(fst) {} in UnionFst() function
126 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;
Dfst-decl.h53 template <class A> class UnionFst; variable
75 typedef UnionFst<StdArc> StdUnionFst;