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

Inserts item d into the list at index i.

Definition at line 96 of file qptrvector.h.

00096 { FXEXCEPTION_STL1 { std::vector<type *>::insert(std::vector<type *>::begin()+i, const_cast<type *>(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