template<class type>
bool FX::QPtrVector< type >::insertAtIter ( QPtrVectorIterator< type > &  it,
const type *  d 
) [inline]

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

Definition at line 439 of file qptrvector.h.

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

00440 {
00441     FXEXCEPTION_STL1 { std::vector<type *>::insert(it.int_getIterator(), const_cast<type *>(d));} FXEXCEPTION_STL2;
00442     return true;
00443 }


(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