ContentsIndexHome
PreviousUpNext
IIterator::asString Method

Returns the value on the current position. Applies to string valued data and element valued data of which the range is not a subset of Integers. 

 

C++
virtual const std::string& asString() = 0;

The value on the current position.