template<class T> CPHIterator<T> & CPHIterator<T> operator++

()

the prefix '++' operator.

Documentation

the prefix '++' operator. This operator increases the current iterator by one so it starts to point to the next element on the list. If the current iterator is the last one then an assertion takes place.

Returns:
iterator pointing to the next list element

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.