#include <csv_creator.h>
Definition at line 10 of file csv_creator.h.
| CSVCreator::CSVCreator |
( |
std::string |
filename, |
|
|
std::string |
type, |
|
|
std::vector< std::string > |
headers, |
|
|
std::vector< int > |
min_value, |
|
|
std::vector< int > |
max_value |
|
) |
| |
| void CSVCreator::generate |
( |
int |
n | ) |
|
| int CSVCreator::get_random_int |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
|
private |
| std::string CSVCreator::filename |
|
private |
| std::vector<std::string> CSVCreator::headers |
|
private |
| std::vector<int> CSVCreator::max_value |
|
private |
| std::vector<int> CSVCreator::min_value |
|
private |
| std::string CSVCreator::type |
|
private |
The documentation for this class was generated from the following files: