| 53 | } |
| 54 | |
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected