libpressio 0.93.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
extern_proc_results Struct Reference

#include <external_launch.h>

Public Attributes

std::string proc_stdout
 
std::string proc_stderr
 
int return_code = 0
 
int error_code = success
 

Detailed Description

results from launching a process

Member Data Documentation

◆ error_code

int extern_proc_results::error_code = success

used to report errors with run_command

◆ proc_stderr

std::string extern_proc_results::proc_stderr

stderr from the command

◆ proc_stdout

std::string extern_proc_results::proc_stdout

stdout from the command

◆ return_code

int extern_proc_results::return_code = 0

the return code from the external process


The documentation for this struct was generated from the following file: