strusBase  0.17
Namespaces | Functions
exec.hpp File Reference
#include <string>
#include <map>

Go to the source code of this file.

Namespaces

 strus
 Wrapper to structures needed for atomic counters.
 

Functions

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