Searched refs:ExpandFstImpl (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h61 class ExpandFstImpl class in namespace:fst
85 ExpandFstImpl(const Fst<A> &fst, function in class:fst::ExpandFstImpl
104 ExpandFstImpl(const ExpandFstImpl &impl) function in class:fst::ExpandFstImpl
117 ~ExpandFstImpl() {
212 void operator=(const ExpandFstImpl<A> &); // disallow
225 class ExpandFst : public ImplToFst< ExpandFstImpl<A> > {
236 typedef ExpandFstImpl<A> Impl;

Completed in 59 milliseconds