Return the number of (KeyName, OutputVariableorMeterName) groups
| 123 | |
| 124 | // Return the number of (KeyName, OutputVariableorMeterName) groups |
| 125 | unsigned MeterCustom_Impl::numKeyVarGroups() const { |
| 126 | return numExtensibleGroups(); |
| 127 | } |
| 128 | |
| 129 | // Lower level functions |
| 130 | /** Get the Key Name at index. Indexing starts at 0. */ |