template<class type, class allocator>
bool FX::QPtrList< type, allocator >::insert ( uint  i,
const type *  d 
) [inline, inherited]

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; }


(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