getCurrent

The getCurrent method is used by the iterator to get the element at the current position in the list.

Visibility
Public
Signature
virtual void* getCurrent(void* pos) const
Parameters
pos

The position of the element you want to retrieve


Feedback