ContentsIndexHome
PreviousUpNext
IIterator::getValue Method (int&)

Retrieves the value on the current position into the given argument. Applies to integer valued data only. 

 

C++
virtual void getValue(int& val) = 0;
Parameters 
Description 
int& val 
The int into which the value on the current position should retrieved