crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Container.hpp File Reference
#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>
Include dependency graph for Container.hpp:
This graph shows which files directly or indirectly include this file:

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.