| 28 | operator uint32() const { return value; } |
| 29 | bool Changed() const { return changed; } |
| 30 | void SetValue(uint32 newValue) { value = std::min(newValue, numValues - 1); } |
| 31 | const std::wstring& ValueName() const { return valueNames[value]; } |
| 32 | |
| 33 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected