nn::nex::IteratorOverDOs::operator++ Member Function

Syntax

IteratorOverDOs & operator++();

void operator++(
     qInt iDummy
);

Overloaded Member Functions

operator++ ( ) Advances the iterator to point to the next duplicated object.
operator++ ( qInt ) Advances the iterator to point to the next duplicated object.

Description of operator++()

An iterator returns this pre-positional operator.

Description of operator++ ( qInt )

Because this post-positional operator is designed to return void, a compiler error results if you attempt to assign it.


CONFIDENTIAL