template<class type>
FX::QPtrVectorIterator< type >::QPtrVectorIterator ( const QPtrVector< type > &  l  )  [inline]

Construct an iterator to the specified QPtrVector.

Definition at line 355 of file qptrvector.h.

00355 : dead(false), myvector(&const_cast<QPtrVector<type> &>(l)), me(const_cast<QPtrVector<type> &>(l).int_begin()) { }


(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