#include <string>
#include <map>
Go to the source code of this file.
|
| | strus |
| | Wrapper to structures needed for atomic counters.
|
| |
|
| int | strus::execv_tostring (const char *filename, const char *const argv[], std::string &output) |
| | Execution of a command appending the output to a string. More...
|
| |
| int | strus::execve_tostring (const char *filename, const char *const argv[], const std::map< std::string, std::string > &env, std::string &output) |
| | Execution of a command with some environment variables set, appending the output to a string. More...
|
| |