ContentsIndexHome
PreviousUpNext
ISetIterator::next Method

Moves the current iterator position to the next iterator position, if any. 

 

C++
virtual bool next() = 0;

False if the end of the data is reached, true otherwise.