Bag  0.91
BagInterface< ItemType > Member List

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

add(const ItemType &newEntry)=0BagInterface< ItemType >pure virtual
clear()=0BagInterface< ItemType >pure virtual
contains(const ItemType &anEntry) const =0BagInterface< ItemType >pure virtual
getCurrentSize() const =0BagInterface< ItemType >pure virtual
getFrequencyOf(const ItemType &anEntry) const =0BagInterface< ItemType >pure virtual
isEmpty() const =0BagInterface< ItemType >pure virtual
remove(const ItemType &anEntry)=0BagInterface< ItemType >pure virtual
toVector() const =0BagInterface< ItemType >pure virtual
~BagInterface()BagInterface< ItemType >inlinevirtual