getNext

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

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

The position


Feedback