ContentsIndexHome
PreviousUpNext
IIterator::tupleValid Method

Verifies whether the given ITuple can be used with the getTuple method. More specifically, it tests whether the given ITuple is compatible with the domain sets of the associated IData object. 

 

C++
virtual bool tupleValid(const ITuple*) = 0;
Parameters 
Description 
tuple 
The ITuple to test.  

True if the tuple is valid, false otherwise.