|
feisty meow concerns codebase
2.140
|
#include "bookmark_tree.h"#include <application/hoople_main.h>#include <basis/functions.h>#include <basis/guards.h>#include <basis/astring.h>#include <filesystem/byte_filer.h>#include <filesystem/filename.h>#include <loggers/combo_logger.h>#include <loggers/critical_events.h>#include <structures/static_memory_gremlin.h>#include <textual/list_parsing.h>#include <textual/parser_bits.h>
Go to the source code of this file.
Macros | |
| #define | BASE_LOG(s) program_wide_logger::get().log(s, ALWAYS_PRINT) |
| #define | LOG(s) |
Variables | |
| const int | MAX_FILE_SIZE = 4 * MEGABYTE |
| #define BASE_LOG | ( | s | ) | program_wide_logger::get().log(s, ALWAYS_PRINT) |
Definition at line 46 of file marks_sorter.cpp.
| #define LOG | ( | s | ) |
Definition at line 48 of file marks_sorter.cpp.
| const int MAX_FILE_SIZE = 4 * MEGABYTE |
Definition at line 51 of file marks_sorter.cpp.