subprocess  0.4.0
Modern subprocess library for c++
Namespaces | Functions
shell_utils.hpp File Reference
#include <string>
Include dependency graph for shell_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 subprocess
 

Functions

std::string subprocess::getenv (const std::string &var)
 
std::string subprocess::find_program (const std::string &name)
 
void subprocess::find_program_clear_cache ()
 
std::string subprocess::escape_shell_arg (std::string arg)
 
std::string subprocess::getcwd ()
 
void subprocess::setcwd (const std::string &path)
 
std::string subprocess::abspath (std::string dir, std::string relativeTo="")