Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dconcat.h105 class ConcatFst : public RationalFst<A> {
113 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2) { in ConcatFst() function
117 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2, in ConcatFst() function
122 ConcatFst(const ConcatFst<A> &fst) : RationalFst<A>(fst) {} in ConcatFst() function
124 virtual ConcatFst<A> *Copy() const { return new ConcatFst<A>(*this); } in Copy()
130 class StateIterator< ConcatFst<A> > : public StateIterator< RationalFst<A> > {
132 explicit StateIterator(const ConcatFst<A> &fst) in StateIterator()
139 class ArcIterator< ConcatFst<A> > : public ArcIterator< RationalFst<A> > {
143 ArcIterator(const ConcatFst<A> &fst, StateId s) in ArcIterator()
149 typedef ConcatFst<StdArc> StdConcatFst;
Dfst-decl.h42 template <class A> class ConcatFst; variable
66 typedef ConcatFst<StdArc> StdConcatFst;