template<class type, class allocator>
void FX::QPtrList< type, allocator >::append ( const type *  d  )  [inline, inherited]

Appends the item d onto the list.

Definition at line 106 of file qptrlist.h.

References FXEXCEPTION_STL1, and FXEXCEPTION_STL2.

Referenced by FX::operator>>().

00106 { FXEXCEPTION_STL1 { Base::push_back(const_cast<type *>(d)); } FXEXCEPTION_STL2; }


(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