template<typename type, class allocator>
void FX::QMemArray< type, allocator >::push_back ( const type &  v  )  [inline]

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


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:41 2009 for TnFOX by doxygen v1.4.7