List of all members.
Public Member Functions |
| Vaccine (string _name, int _id, int _disease, int _total_avail, int _additional_per_day, int _start_day) |
void | add_dose (Vaccine_Dose *dose) |
int | get_disease () const |
int | get_ID () const |
int | get_number_doses () const |
Vaccine_Dose * | get_dose (int i) const |
int | get_initial_stock () const |
int | get_total_avail () const |
int | get_current_reserve () const |
int | get_current_stock () const |
int | get_additional_per_day () const |
void | add_stock (int add) |
void | remove_stock (int remove) |
void | print () const |
void | update (int day) |
void | reset () |
The documentation for this class was generated from the following files: