IteratorOverDOs & operator++(); void operator++( qInt iDummy );
operator++ ( )
|
Advances the iterator to point to the next duplicated object. |
operator++ ( qInt )
|
Advances the iterator to point to the next duplicated object. |
An iterator returns this pre-positional operator.
Because this post-positional operator is designed to return void, a compiler error results if you attempt to assign it.
CONFIDENTIAL