template<class type, class allocator>
Inserts item d into the list at index i.
Definition at line 89 of file qptrlist.h. References FXEXCEPTION_STL1, and FXEXCEPTION_STL2. 00089 { FXEXCEPTION_STL1 { Base::insert(int_idx(i), d); } FXEXCEPTION_STL2; return true; }
|