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

Inserts item d into the list at where iterator it points.

Definition at line 483 of file qptrlist.h.

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

00484 {
00485     FXEXCEPTION_STL1 { Base::insert(it.int_getIterator(), const_cast<type *>(d));} FXEXCEPTION_STL2;
00486     return true;
00487 }


(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