| 55 | int16 getMin() const { return mMin; } |
| 56 | void setMin(const int16& pMin) { mMin = pMin; } |
| 57 | int16 getMax() const { return mMax; } |
| 58 | void setMax(const int16& pMax) { mMax = pMax; } |
| 59 | }; |
| 60 |
nothing calls this directly
no outgoing calls
no test coverage detected