|
PPL Assignment
IRM2015006
|
#include "csv-parser/csv.h"#include "../girls/allgirls.h"#include "../boys/allboys.h"#include "../gifts/gift.h"

Go to the source code of this file.
Macros | |
| #define | CSV_IO_NO_THREAD |
Functions | |
| std::vector< Boy * > | readAllBoys (std::string filename) |
| std::vector< Girl * > | readAllGirls (std::string filename) |
| std::vector< Gift > | readAllGifts (std::string filename) |
| #define CSV_IO_NO_THREAD |
Definition at line 4 of file read_data.h.
| std::vector<Boy*> readAllBoys | ( | std::string | filename | ) |
| std::vector<Gift> readAllGifts | ( | std::string | filename | ) |
| std::vector<Girl*> readAllGirls | ( | std::string | filename | ) |