Remove all the (Key, Var) groups
| 99 | |
| 100 | // Remove all the (Key, Var) groups |
| 101 | void MeterCustom_Impl::removeAllKeyVarGroups() { |
| 102 | getObject<ModelObject>().clearExtensibleGroups(); |
| 103 | } |
| 104 | |
| 105 | // Return a vector of (Key, Var) pairs |
| 106 | std::vector<std::pair<std::string, std::string>> MeterCustom_Impl::keyVarGroups() { |