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

Removes the item pointed to by it without auto-deletion (quickest).

Definition at line 497 of file qptrlist.h.

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

00497 {
00498     Base::erase(it.int_getIterator());
00499     return true;
00500 }
00501 


(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