subprocess  0.4.0
Modern subprocess library for c++
Public Attributes | List of all members
subprocess::CalledProcessError Struct Reference

#include <basic_types.hpp>

Inheritance diagram for subprocess::CalledProcessError:
Inheritance graph
[legend]
Collaboration diagram for subprocess::CalledProcessError:
Collaboration graph
[legend]

Public Attributes

int returncode
 
CommandLine cmd
 
std::string cout
 
std::string cerr
 

Member Data Documentation

◆ cerr

std::string subprocess::CalledProcessError::cerr

stderr output if it was captured.

◆ cmd

CommandLine subprocess::CalledProcessError::cmd

Command used to spawn the child process

◆ cout

std::string subprocess::CalledProcessError::cout

stdout output if it was captured.

◆ returncode

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.


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