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

Replaces item at iterator with d.

Definition at line 503 of file qptrlist.h.

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

00503 {
00504     *it.int_getIterator()=const_cast<type *>(d);
00505     return true;
00506 }
00507 


(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