Delete all the buffer contents.
| 234 | |
| 235 | /// Delete all the buffer contents. |
| 236 | void DeleteAll() { |
| 237 | DeleteRange(0, lengthBody); |
| 238 | } |
| 239 | |
| 240 | // Retrieve a range of elements into an array |
| 241 | void GetRange(T *buffer, int position, int retrieveLength) const { |
nothing calls this directly
no outgoing calls
no test coverage detected