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