| 116 | |
| 117 | int GetClassCount() const override { return T::GetClassCount(); } |
| 118 | int GetTypeCount(int cls_id) const override { return this->GetClass(cls_id)->GetSpecCount(); } |
| 119 | |
| 120 | PickerItem GetPickerItem(const typename T::spec_type *spec, int cls_id = -1, int id = -1) const |
| 121 | { |
nothing calls this directly
no test coverage detected