getCurrent

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

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

The position

Returns

The element (Concept) at the current position in the list


Feedback