template<class type, class allocator>
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; }
|