getNext

The getNext method is used by the iterator to get the next position in the collection.

Visibility
Public
Signature
void getNext(void*& pos) const
Parameters
pos

The position of the element to retrieve


Feedback