crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
System.hpp File Reference
#include "../Helper/Portability/pipe.h"
#include "../Main/Exception.hpp"
#include <array>
#include <cstdio>
#include <memory>
#include <string>
Include dependency graph for System.hpp:
This graph shows which files directly or indirectly include this file:

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