|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Helper/Portability/pipe.h"#include "../Main/Exception.hpp"#include <array>#include <cstdio>#include <memory>#include <string>

Go to the source code of this file.
Namespaces | |
| crawlservpp::Helper::System | |
| Namespace for global system helper functions. | |
Functions | |
| std::string | crawlservpp::Helper::System::exec (const char *cmd) |
| Executes a system command and returns the stdout of the program. More... | |
Constants | |
| constexpr auto | crawlservpp::Helper::System::cmdBufferLength {128} |
| The length of the buffer for executing system commands. More... | |