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

/external/openfst/src/include/fst/script/
H A Dweight-class.h32 class WeightImplBase { class in namespace:fst::script
34 virtual WeightImplBase *Copy() const = 0;
38 virtual bool operator == (const WeightImplBase &other) const = 0;
39 virtual ~WeightImplBase() { }
43 struct WeightClassImpl : public WeightImplBase {
64 virtual bool operator == (const WeightImplBase &other) const {
143 WeightImplBase *impl_;
177 typedef WeightImplBase* (*StrToWeightImplBaseT)(const string &str,
182 WeightImplBase* StrToWeightImplBase(const string &str,

Completed in 77 milliseconds