Returns the number of elements in the array.*/
| 127 | |
| 128 | /** Returns the number of elements in the array.*/ |
| 129 | const size_t getCount() const { return mCount; } |
| 130 | |
| 131 | /** Returns the number of elements in the array.*/ |
| 132 | void setCount(size_t count) { mCount = count; } |
no outgoing calls
no test coverage detected