Searched defs:RationalFst (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h36 template <class A> class RationalFst;
37 template <class A> void Union(RationalFst<A> *fst1, const Fst<A> &fst2);
38 template <class A> void Concat(RationalFst<A> *fst1, const Fst<A> &fst2);
39 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
135 // Implementation of Union(Fst &, RationalFst *)
151 // Implementation of Concat(Fst &, RationalFst *)
167 // Implementation of Closure(RationalFst *, closure_type)
187 class RationalFst : public Fst<A> { class in namespace:fst
189 friend class CacheStateIterator< RationalFst<A> >;
190 friend class ArcIterator< RationalFst<
234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {} function in class:fst::RationalFst
235 explicit RationalFst(const RationalFstOptions &opts) function in class:fst::RationalFst
239 RationalFst(const RationalFst<A> &fst) : impl_(fst.impl_) { function in class:fst::RationalFst
[all...]
/external/openfst/src/include/fst/
H A Drational.h43 template <class A> class RationalFst;
44 template <class A> void Union(RationalFst<A> *fst1, const Fst<A> &fst2);
45 template <class A> void Concat(RationalFst<A> *fst1, const Fst<A> &fst2);
46 template <class A> void Concat(const Fst<A> &fst1, RationalFst<A> *fst2);
47 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
192 // Implementation of Union(Fst &, RationalFst *)
210 // Implementation of Concat(Fst &, RationalFst *)
231 // Implementation of Closure(RationalFst *, closure_type)
267 class RationalFst : public ImplToFst< RationalFstImpl<A> > { class in namespace:fst
269 friend class StateIterator< RationalFst<
289 RationalFst() function in class:fst::RationalFst
292 explicit RationalFst(const RationalFstOptions &opts) function in class:fst::RationalFst
296 RationalFst(const RationalFst<A> &fst , bool safe = false) function in class:fst::RationalFst
[all...]

Completed in 586 milliseconds