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

Go to the source code of this file.

Namespaces

 crawlservpp::Data::ImportExport::Text
 Namespace for importing and exporting raw text.
 

Import and Export

std::queue< std::string > crawlservpp::Data::ImportExport::Text::importList (const std::string &content, bool skipFirstLine, bool ignoreEmpty)
 Imports a list from raw text content, with each line representing a list entry. More...
 
std::string crawlservpp::Data::ImportExport::Text::exportList (std::queue< std::string > &list, const std::optional< std::string > &header, bool ignoreEmpty)
 Exports a list to raw text content, with each line representing a list entry. More...