ContentsIndexHome
PreviousUpNext
IIterator::tuple Method

Returns the current position of the iterator. The returned ITuple is readonly. 

 

C++
virtual const ITuple* tuple() const = 0;

The current position of the iterator. 

The retrieved reference is valid until a following call on the iterator.