template<class type>
void FX::QPtrVector< type >::append ( const type *  d  )  [inline]

Appends the item d onto the list.

Definition at line 111 of file qptrvector.h.

Referenced by FX::operator>>().

00111 { FXEXCEPTION_STL1 { 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