getFirst

The getFirst method is used by the iterator to get the first position in the collection.

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

The position of the element to retrieve


Feedback