|
Stock Control System
|
This is the complete list of members for Pool, including all inherited members.
| capacity | Pool | |
| growth_factor | Pool | |
| index | Pool | |
| pool_create(unsigned int initial_capacity, float growth_factor) | Pool | |
| pool_delete(struct Pool **this) | Pool | |
| pool_get_product_by_index(const struct Pool *this, unsigned int index) | Pool | |
| pool_insert_element(struct Pool *this, struct Product *product) | Pool | |
| pool_serialise_report(const struct Pool *this, FILE *buffer) | Pool | |
| pool_serialise_stock_file(const struct Pool *this, FILE *buffer) | Pool | |
| print_dashed_header(FILE *const buffer) | Pool | privatestatic |
| products | Pool |