template<class type, class allocator>
bool FX::QPtrList< type, allocator >::takeFirst (  )  [inline, inherited]

Removes the first item without auto-deletion.

Definition at line 202 of file qptrlist.h.

References FX::QPtrList< type, allocator >::isEmpty().

00203     {
00204         if(isEmpty()) return false;
00205         typename Base::iterator it=Base::begin();
00206         Base::pop_front();
00207         return true;
00208     }


(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