template<class type>
Sets the iterator to point to the last item in the vector, then returns that item.
Definition at line 390 of file qptrvector.h. References FX::QPtrVectorIterator< type >::retptr(). 00391 { 00392 me=myvector->int_end(); dead=false; 00393 if(!myvector->isEmpty()) --me; 00394 return retptr(); 00395 }
|