| 693 | void GetFeatureNames(std::vector<std::string>* fn) const override { *fn = feature_names_; } |
| 694 | |
| 695 | void SetFeatureTypes(std::vector<std::string> const& ft) override { this->feature_types_ = ft; } |
| 696 | |
| 697 | void GetFeatureTypes(std::vector<std::string>* p_ft) const override { |
| 698 | auto& ft = *p_ft; |
no outgoing calls