feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <configuration/application_configuration.h>
#include <filesystem/byte_filer.h>
#include <filesystem/filename.h>
#include <structures/string_array.h>
#include <structures/static_memory_gremlin.h>
#include <textual/list_parsing.h>
#include <timely/stopwatch.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | LOG(s) EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | COMPLAIN_FIELD(list, index, value) |
Variables | |
const int | MAX_DATA_FILE_ITERS = 4000 |
#define COMPLAIN_FIELD | ( | list, | |
index, | |||
value | |||
) |
Definition at line 51 of file test_parse_csv.cpp.
#define LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 37 of file test_parse_csv.cpp.
const int MAX_DATA_FILE_ITERS = 4000 |
Definition at line 40 of file test_parse_csv.cpp.