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

/external/openfst/src/include/fst/script/
H A Dweight-class.h43 struct WeightClassImpl : public WeightImplBase { struct in namespace:fst::script
46 explicit WeightClassImpl(const W& weight) : weight(weight) { } function in struct:fst::script::WeightClassImpl
48 virtual WeightClassImpl<W> *Copy() const {
49 return new WeightClassImpl<W>(weight);
68 const WeightClassImpl<W> *typed_other =
69 static_cast<const WeightClassImpl<W> *>(&other);
83 : element_type_(OTHER), impl_(new WeightClassImpl<W>(weight)) { }
166 WeightClassImpl<W> *typed_impl =
167 static_cast<WeightClassImpl<W> *>(impl_);
184 return new WeightClassImpl<
[all...]

Completed in 55 milliseconds