template<class type, class allocator>
const QPtrList<type, allocator>& FX::QQuickList< type, allocator >::asPtrList (  )  const throw () [inline]

Returns the list as a FX::QPtrList.

Definition at line 605 of file qptrlist.h.

Referenced by FX::QQuickList< type, allocator >::QQuickList().

00605     {
00606         return static_cast<QPtrList<type, allocator> &>(*this);
00607     }
00608     using QPtrList<type, allocator>::count;


(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