This is the complete list of members for Delivery, including all inherited members.
| Bike() | Bike | |
| Bike(string id, string name, int gears) | Bike | |
| capacity | Delivery | protected |
| Delivery() | Delivery | |
| Delivery(string id, string name, int gears, int capacity) | Delivery | |
| gears | Bike | protected |
| getCapacity() const | Delivery | |
| getGears() const | Bike | |
| getID() const | Bike | |
| getName() const | Bike | |
| id | Bike | protected |
| name | Bike | protected |
| print(ostream &out=cout) const | Delivery | virtual |
| read(istream &in) | Delivery | virtual |
| setCapacity(int capacity) | Delivery | |
| setGears(int gears) | Bike | |
| setID(string id) | Delivery | |
| setName(string name) | Bike | |
| ~Bike() | Bike | virtual |
1.8.6