template<class type, class allocator>
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 }
|