template<class type, class allocator>
type* FX::QPtrList< type, allocator >::at ( uint  i  )  [inline, inherited]

Returns the item at index i.

Definition at line 318 of file qptrlist.h.

00318 { return Base::empty() ? 0 : *int_idx(i); }


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