|
CISC 2200 Project 2
|
This is the complete list of members for BagInterface< ItemType >, including all inherited members.
| add(const ItemType &newEntry)=0 | BagInterface< ItemType > | pure virtual |
| clear()=0 | BagInterface< ItemType > | pure virtual |
| contains(const ItemType &anEntry) const =0 | BagInterface< ItemType > | pure virtual |
| getCurrentSize() const =0 | BagInterface< ItemType > | pure virtual |
| getFrequencyOf(const ItemType &anEntry) const =0 | BagInterface< ItemType > | pure virtual |
| isEmpty() const =0 | BagInterface< ItemType > | pure virtual |
| remove(const ItemType &anEntry)=0 | BagInterface< ItemType > | pure virtual |
| toVector() const =0 | BagInterface< ItemType > | pure virtual |
1.8.14