|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|


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