Bag  0.9
Bag< ItemType > Member List

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

add(const ItemType &newEntry)Bag< ItemType >virtual
Bag()Bag< ItemType >
clear()Bag< ItemType >virtual
contains(const ItemType &anEntry) const Bag< ItemType >virtual
getCurrentSize() const Bag< ItemType >virtual
getFrequencyOf(const ItemType &anEntry) const Bag< ItemType >virtual
isEmpty() const Bag< ItemType >virtual
remove(const ItemType &anEntry)Bag< ItemType >virtual
toVector() const Bag< ItemType >virtual