getCount
Returns the number of objects in the collection.
Declaration
virtual unsigned int getCount() const = 0;Return Value
The number of objects in the collection.
Overview
Subclasses must implement this pure virtual member function.
Returns the number of objects in the collection.
virtual unsigned int getCount() const = 0;The number of objects in the collection.
Subclasses must implement this pure virtual member function.