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

/external/openfst/src/include/fst/script/
H A Dfst-class.h30 // FstClass which hides the arc types. This allows clients to load
45 // the only one) and FstClass serves as the base class for all
149 class FstClass : public FstClassBase { class in namespace:fst::script
152 static FstClass *Read(istream &stream,
155 FSTERROR() << "FstClass::Read: options header not specified";
163 return ReadTypedFst<FstClass, Fst<Arc> >(stream, opts);
167 FstClass() : impl_(NULL) { function in class:fst::script::FstClass
171 explicit FstClass(const Fst<Arc> &fst) : impl_(new FstClassImpl<Arc>(fst)) { function in class:fst::script::FstClass
174 FstClass(const FstClass function in class:fst::script::FstClass
246 explicit FstClass(FstClassImplBase *impl) : impl_(impl) { } function in class:fst::script::FstClass
[all...]

Completed in 105 milliseconds