|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Helper/CommaLocale.hpp"#include <cstddef>#include <functional>#include <ios>#include <sstream>#include <string>#include <utility>

Go to the source code of this file.
Classes | |
| struct | crawlservpp::Struct::StatusSetter |
| Structure containing all the data needed to keep the status of a thread updated. More... | |
Namespaces | |
| crawlservpp::Struct | |
| Namespace for data structures. | |
Constants | |
| constexpr auto | crawlservpp::Struct::precisionProgress {2} |
| The precision (number of fractal digits) when showing the progress in percent. More... | |
| constexpr auto | crawlservpp::Struct::percentageFactor {100} |
| The factor for converting a fractal into a percentage. More... | |