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