template<class type>
type* FX::QPtrVector< type >::at ( uint  i  )  const [inline]

Returns the item at index i.

Definition at line 301 of file qptrvector.h.

Referenced by FX::QPtrVector< TnFXGraphItem >::operator[]().

00301 { return std::vector<type *>::empty() ? 0 : *(std::vector<type *>::begin()+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