|
libpressio 0.93.0
|
#include <external_launch.h>
Public Attributes | |
| std::string | proc_stdout |
| std::string | proc_stderr |
| int | return_code = 0 |
| int | error_code = success |
results from launching a process
| int extern_proc_results::error_code = success |
used to report errors with run_command
| std::string extern_proc_results::proc_stderr |
stderr from the command
| std::string extern_proc_results::proc_stdout |
stdout from the command
| int extern_proc_results::return_code = 0 |
the return code from the external process