subprocess
0.4.0
Modern subprocess library for c++
|
#include <basic_types.hpp>
Public Attributes | |
int | returncode |
CommandLine | cmd |
std::string | cout |
std::string | cerr |
std::string subprocess::CalledProcessError::cerr |
stderr output if it was captured.
CommandLine subprocess::CalledProcessError::cmd |
Command used to spawn the child process
std::string subprocess::CalledProcessError::cout |
stdout output if it was captured.
int subprocess::CalledProcessError::returncode |
Exit status of the child process. If the process exited due to a signal, this will be the negative signal number.