Home | History | Annotate | Download | only in fst

Lines Matching defs:Arc

85 // from 'Fst<Arc>' for this to work.
88 : public GenericRegisterer<FstRegister<typename F::Arc> > {
90 typedef typename F::Arc Arc;
91 typedef typename FstRegister<Arc>::Entry Entry;
92 typedef typename FstRegister<Arc>::Reader Reader;
95 GenericRegisterer<FstRegister<typename F::Arc> >(
107 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); }
125 << "\" (arc type = \"" << atype << "\")";