ContentsIndexHome
PreviousUpNext
IIterator::getTuple Method

Retrieves the current position into an ITuple, which you must create first by invoking the createTuple method. 

 

C++
virtual void getTuple(ITuple* tuple) = 0;
Parameters 
Description 
ITuple* tuple 
An ITuple object that will contain the current position afterwards.