ContentsIndexHome
PreviousUpNext
ISetIterator::getElement Method

Gets the element associated with the current iterator position. 

 

C++
virtual void getElement(IElement* pos) = 0;
Parameters 
Description 
IElement* pos 
The IElement to which the element associated with the current iterator position will be assigned.