Talk:Collection classes
From Forum Nokia Wiki
The API-documentation for RPointerArray::Reset() says:
inline void Reset();
Description
Empties the array.
It frees all memory allocated to the array and resets the internal state so that it is ready to be reused.
This array object can be allowed to go out of scope after a call to this function.
Note that the function does not delete the objects whose pointers are contained in the array.
