template<class type>
QPtrVectorIterator<type>& FX::QPtrVectorIterator< type >::makeDead (  )  [inline]

Makes the iterator dead (ie; point to nothing).

Definition at line 397 of file qptrvector.h.

00398     {
00399         me=myvector->int_end();
00400         dead=true;
00401         return *this;
00402     }


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