Unravel Engine C++ Reference
Loading...
Searching...
No Matches
subprocess::call_result Struct Reference

#include <subprocess.hpp>

Public Attributes

int retcode {}
 
std::string out_output
 
std::string err_output
 

Detailed Description

Definition at line 9 of file subprocess.hpp.

Member Data Documentation

◆ err_output

std::string subprocess::call_result::err_output

Definition at line 13 of file subprocess.hpp.

◆ out_output

std::string subprocess::call_result::out_output

Definition at line 12 of file subprocess.hpp.

◆ retcode

int subprocess::call_result::retcode {}

Definition at line 11 of file subprocess.hpp.


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