[inline, inherited]
Increments the iterator.
Definition at line 417 of file qdictbase.h.
Referenced by FX::QDictBaseIterator< FX::FXString, type >::operator++().
00418 { 00419 if(!retptr()) return 0; 00420 int_next(j); 00421 return retptr(); 00422 }