crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Config.hpp File Reference
#include "../Helper/Json.hpp"
#include "../Helper/Strings.hpp"
#include "../Main/Exception.hpp"
#include "../Struct/ConfigItem.hpp"
#include "../_extern/rapidjson/include/rapidjson/document.h"
#include <algorithm>
#include <array>
#include <cctype>
#include <cstdint>
#include <limits>
#include <queue>
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for Config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Module::Config
 Abstract class as base for module-specific configurations. More...
 
class  crawlservpp::Module::Config::Exception
 Class for configuration exceptions. More...
 

Namespaces

 crawlservpp::Module
 Namespace for the different modules run by threads.
 

Macros

#define MODULE_CONFIG_DEBUG
 

Constants

constexpr std::array crawlservpp::Module::protocols
 Protocols supported by the libcurl library. More...
 

Macro Definition Documentation

◆ MODULE_CONFIG_DEBUG

#define MODULE_CONFIG_DEBUG