template<class type, class allocator>
Prepends item d onto the list.
Definition at line 104 of file qptrlist.h. References FXEXCEPTION_STL1, and FXEXCEPTION_STL2. 00104 { FXEXCEPTION_STL1 { Base::push_front(const_cast<type *>(d)); } FXEXCEPTION_STL2; }
|