CISC 2200 Project 2
VectorBag< ItemType > Member List

This is the complete list of members for VectorBag< ItemType >, including all inherited members.

add(const ItemType &newEntry)VectorBag< ItemType >virtual
clear()VectorBag< ItemType >virtual
contains(const ItemType &anEntry) constVectorBag< ItemType >virtual
getCurrentSize() constVectorBag< ItemType >virtual
getFrequencyOf(const ItemType &anEntry) constVectorBag< ItemType >virtual
isEmpty() constVectorBag< ItemType >virtual
operator*(VectorBag< ItemType > anotherBag)VectorBag< ItemType >
operator+(VectorBag< ItemType > anotherBag)VectorBag< ItemType >
operator-(VectorBag< ItemType > anotherBag)VectorBag< ItemType >
remove(const ItemType &anEntry)VectorBag< ItemType >virtual
toVector() constVectorBag< ItemType >virtual