|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "JsonPath.hpp"#include "JsonPointer.hpp"#include "RegEx.hpp"#include "XPath.hpp"#include "../Helper/Container.hpp"#include "../Helper/Json.hpp"#include "../Helper/Memory.hpp"#include "../Main/Exception.hpp"#include "../Parsing/XML.hpp"#include "../Struct/QueryProperties.hpp"#include "../Struct/QueryStruct.hpp"#include "../_extern/jsoncons/include/jsoncons/json.hpp"#include "../_extern/jsoncons/include/jsoncons_ext/jsonpath/json_query.hpp"#include "../_extern/rapidjson/include/rapidjson/document.h"#include <algorithm>#include <cstddef>#include <cstdint>#include <iterator>#include <mutex>#include <queue>#include <string>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Query::Container |
| Query container. More... | |
| class | crawlservpp::Query::Container::Exception |
| Class for query container exceptions. More... | |
Namespaces | |
| crawlservpp::Query | |
| Namespace for classes handling queries. | |