template<class type, class allocator>
bool FX::QPtrList< type, allocator >::removeByIter ( QPtrListIterator< type, allocator > &  it  )  [inline, inherited]

Removes the item pointed to by it (quickest).

Definition at line 489 of file qptrlist.h.

References FX::QPtrList< type, allocator >::deleteItem(), and FX::QPtrListIterator< type, allocator >::int_getIterator().

00490 {
00491     deleteItem(*it.int_getIterator());
00492     Base::erase(it.int_getIterator());
00493     return true;
00494 }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:43 2009 for TnFOX by doxygen v1.4.7