PPL Assignment
IRM2015006
read_data.h File Reference
#include "csv-parser/csv.h"
#include "../girls/allgirls.h"
#include "../boys/allboys.h"
#include "../gifts/gift.h"
Include dependency graph for read_data.h:
This graph shows which files directly or indirectly include this file:

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< GiftreadAllGifts (std::string filename)
 

Macro Definition Documentation

#define CSV_IO_NO_THREAD

Definition at line 4 of file read_data.h.

Function Documentation

std::vector<Boy*> readAllBoys ( std::string  filename)

Definition at line 14 of file read_data.h.

Here is the caller graph for this function:

std::vector<Gift> readAllGifts ( std::string  filename)

Definition at line 86 of file read_data.h.

Here is the caller graph for this function:

std::vector<Girl*> readAllGirls ( std::string  filename)

Definition at line 50 of file read_data.h.

Here is the caller graph for this function: