template<typename type, class allocator>
Appends an item onto the end.
Definition at line 245 of file qmemarray.h. Referenced by FX::QMemArray< FX::FXCodeToPythonCode::CodeItem >::append(). 00245 { FXEXCEPTION_STL1 { Base::push_back(v); } FXEXCEPTION_STL2; }
|