feisty meow concerns codebase
2.140
|
#include "bookmark_tree.h"
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <filesystem/byte_filer.h>
#include <filesystem/filename.h>
#include <loggers/critical_events.h>
#include <loggers/file_logger.h>
#include <loggers/program_wide_logger.h>
#include <nodes/symbol_tree.h>
#include <structures/amorph.h>
#include <structures/string_table.cpp>
#include <structures/symbol_table.h>
#include <textual/list_parsing.h>
#include <textual/parser_bits.h>
Go to the source code of this file.
Macros | |
#define | DEBUG_MARKS |
#define | BASE_LOG(s) program_wide_logger::get().log(s) |
#define | SHOW_LINE a_sprintf("line %d: ", _line_number) |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), SHOW_LINE + s) |
#define | DEADLY_LINE (astring(func) + a_sprintf(", line %d: ", _line_number)) |
Functions | |
bool | case_insense_compare (const astring &a, const astring &b) |
Variables | |
const int | ESTIMATED_ELEMENTS = 100 |
const int | MAX_LINE_SIZE = 256 * KILOBYTE |
const astring & | HTTP_HEAD = "http://" |
const astring & | FTP_HEAD = "ftp://" |
const astring & | WWW_SITE = "www." |
const astring & | FTP_SITE = "ftp." |
#define BASE_LOG | ( | s | ) | program_wide_logger::get().log(s) |
Definition at line 47 of file bookmark_tree.cpp.
Definition at line 51 of file bookmark_tree.cpp.
#define DEBUG_MARKS |
Definition at line 41 of file bookmark_tree.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), SHOW_LINE + s) |
Definition at line 50 of file bookmark_tree.cpp.
Definition at line 48 of file bookmark_tree.cpp.
Definition at line 61 of file bookmark_tree.cpp.
References basis::astring::iequals().
Referenced by bookmark_tree::process_category().
const int ESTIMATED_ELEMENTS = 100 |
Definition at line 53 of file bookmark_tree.cpp.
Referenced by bookmark_tree::find_parent(), and bookmark_tree::process_category().
const astring& FTP_HEAD = "ftp://" |
Definition at line 153 of file bookmark_tree.cpp.
Referenced by bookmark_tree::find_prune_point().
const astring& FTP_SITE = "ftp." |
Definition at line 155 of file bookmark_tree.cpp.
Referenced by bookmark_tree::find_prune_point().
const astring& HTTP_HEAD = "http://" |
Definition at line 152 of file bookmark_tree.cpp.
Referenced by bookmark_tree::find_prune_point().
const int MAX_LINE_SIZE = 256 * KILOBYTE |
Definition at line 56 of file bookmark_tree.cpp.
Referenced by bookmark_tree::read_csv_file().
const astring& WWW_SITE = "www." |
Definition at line 154 of file bookmark_tree.cpp.
Referenced by bookmark_tree::find_prune_point().