|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Helper/Json.hpp"#include "../Helper/Strings.hpp"#include "../Main/Exception.hpp"#include "../_extern/rapidjson/include/rapidjson/document.h"#include "../_extern/rapidjson/include/rapidjson/pointer.h"#include <cstddef>#include <limits>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Query::JsonPointer |
Implements an extended JSONPointer query using the rapidJSON library. More... | |
| class | crawlservpp::Query::JsonPointer::Exception |
| Class for JSONPointer exceptions. More... | |
Namespaces | |
| crawlservpp::Query | |
| Namespace for classes handling queries. | |