#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <basis/string_array.h>#include <data_struct/static_memory_gremlin.h>#include <loggers/console_logger.h>#include <mechanisms/timer.h>#include <opsystem/application_shell.h>#include <opsystem/byte_filer.h>#include <opsystem/filename.h>#include <textual/list_parsing.h>Include dependency graph for t_parse_csv.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(s) EMERGENCY_LOG(program_wide_logger(), s) |
| #define | COMPLAIN_FIELD(list, index, value) |
Variables | |
| const int | MAX_DATA_FILE_ITERS = 4000 |
| #define COMPLAIN_FIELD | ( | list, | |||
| index, | |||||
| value | ) |
Value:
log(isprintf("field %d: ", index) + list[index]); \ if (list[index] != value) { \ deadly_error(class_name(), "comparison test", isprintf("field %d is " \ "erroneous in ", index) + #list); \ }
Definition at line 49 of file t_parse_csv.cpp.
| #define LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 33 of file t_parse_csv.cpp.
| const int MAX_DATA_FILE_ITERS = 4000 |
Definition at line 31 of file t_parse_csv.cpp.
1.5.1