feisty meow concerns codebase  2.140
marks_maker.cpp File Reference
Include dependency graph for marks_maker.cpp:

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
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   s)    program_wide_logger::get().log(s, ALWAYS_PRINT)

Definition at line 44 of file marks_maker.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 46 of file marks_maker.cpp.

Variable Documentation

◆ MAX_DESCRIP_DISPLAYED

const int MAX_DESCRIP_DISPLAYED = 72

Definition at line 55 of file marks_maker.cpp.

◆ MAX_FILE_SIZE

const int MAX_FILE_SIZE = 4 * MEGABYTE

Definition at line 48 of file marks_maker.cpp.

◆ MAX_URL_DISPLAYED

const int MAX_URL_DISPLAYED = 58

Definition at line 54 of file marks_maker.cpp.

◆ SPACING_CHUNK

const int SPACING_CHUNK = 4

Definition at line 51 of file marks_maker.cpp.