Contents

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.

See Also

Miscellaneous