crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
TextMap.hpp File Reference
#include "../Helper/Memory.hpp"
#include <cstddef>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for TextMap.hpp:
This graph shows which files directly or indirectly include this file:

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...