crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Thread.hpp File Reference
#include "Config.hpp"
#include "Database.hpp"
#include "../Thread.hpp"
#include "../../Helper/CommaLocale.hpp"
#include "../../Helper/DateTime.hpp"
#include "../../Helper/DotLocale.hpp"
#include "../../Helper/Json.hpp"
#include "../../Helper/Strings.hpp"
#include "../../Main/Exception.hpp"
#include "../../Query/Container.hpp"
#include "../../Struct/DataEntry.hpp"
#include "../../Struct/QueryProperties.hpp"
#include "../../Struct/QueryStruct.hpp"
#include "../../Struct/StatusSetter.hpp"
#include "../../Struct/ThreadOptions.hpp"
#include "../../Struct/ThreadStatus.hpp"
#include "../../Timer/Simple.hpp"
#include <algorithm>
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <iomanip>
#include <ios>
#include <queue>
#include <sstream>
#include <stdexcept>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
Include dependency graph for Thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Module::Parser::Thread
 Parser thread. More...
 
class  crawlservpp::Module::Parser::Thread::Exception
 Class for parser exceptions. More...
 

Namespaces

 crawlservpp::Module::Parser
 Namespace for parser classes.
 

Constants

constexpr std::uint8_t crawlservpp::Module::Parser::updateContentCounterEvery {25}
 The number of processed contents after which the thread status will be updated. More...