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

Go to the source code of this file.
Classes | |
| struct | crawlservpp::Struct::TextMapEntry |
| Text map entry. More... | |
Namespaces | |
| crawlservpp::Struct | |
| Namespace for data structures. | |
Typedefs | |
| using | crawlservpp::Struct::TextMap = std::vector< TextMapEntry > |
| A text map is defined as a vector of text map entries. More... | |