[inline]
Increments the iterator.
Definition at line 412 of file qptrvector.h.
References FX::QPtrVectorIterator< type >::retptr().
00413 { 00414 ++me; 00415 return retptr(); 00416 }