template<class type>
Returns the number of items in the list.
Definition at line 92 of file qptrvector.h. Referenced by FX::QPtrVector< TnFXGraphItem >::contains(), and FX::QPtrVector< TnFXGraphItem >::containsRef(). 00092 { return (uint) std::vector<type *>::size(); }
|