feisty meow concerns codebase
2.140
|
#include "bookmark_tree.h"
#include <application/hoople_main.h>
#include <application/command_line.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <filesystem/byte_filer.h>
#include <filesystem/filename.h>
#include <loggers/file_logger.h>
#include <timely/time_stamp.h>
#include <structures/static_memory_gremlin.h>
#include <textual/list_parsing.h>
#include <textual/string_manipulation.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) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
const int | MAX_FILE_SIZE = 4 * MEGABYTE |
const int | SPACING_CHUNK = 4 |
const int | MAX_URL_DISPLAYED = 58 |
const int | MAX_DESCRIP_DISPLAYED = 72 |
#define BASE_LOG | ( | s | ) | program_wide_logger::get().log(s, ALWAYS_PRINT) |
Definition at line 44 of file marks_maker.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 46 of file marks_maker.cpp.
const int MAX_DESCRIP_DISPLAYED = 72 |
Definition at line 55 of file marks_maker.cpp.
const int MAX_FILE_SIZE = 4 * MEGABYTE |
Definition at line 48 of file marks_maker.cpp.
const int MAX_URL_DISPLAYED = 58 |
Definition at line 54 of file marks_maker.cpp.
const int SPACING_CHUNK = 4 |
Definition at line 51 of file marks_maker.cpp.