Returns the number of elements in the array.*/
| 130 | |
| 131 | /** Returns the number of elements in the array.*/ |
| 132 | void setCount(size_t count) { mCount = count; } |
| 133 | |
| 134 | |
| 135 | /** The number of elements, for which is currently memory allocated. */ |
no outgoing calls
no test coverage detected