Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

IterNext Method

Applies To

OCollection

Description

Moves iterator to point to the next collection element.

Usage

void IterNext(void) const throw(OException)

Arguments

none

Remarks

Accessing collection elements using iterator is faster than using index on OCollection object. If the iterator is pointing to the last element of the collection prior to executing this function, then calling this method will make the EOC property to return true. The iterator will be left unchanged in that case. EOC property should be checked when calling this method repetitively.