Home
last modified time | relevance | path

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

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