template<class type, class allocator>
Returns the number of items in the list.
Definition at line 85 of file qptrlist.h. Referenced by FX::QPtrList< type, allocator >::contains(), and FX::QPtrList< type, allocator >::containsRef(). 00085 { return (uint) Base::size(); }
|