#include "oct-process.h"
Public Member Functions | |
process_execution_result () | |
process_execution_result (int status, int exit_status, const std::string &stdout_output, const std::string &err_msg) | |
std::string | err_msg () const |
int | exit_status () const |
int | status () const |
std::string | stdout_output () const |
Static Public Member Functions | |
static process_execution_result | of_error (int status, const std::string &err_msg) |
static process_execution_result | of_success (int exit_status, const std::string &stdout_output) |
Definition at line 35 of file oct-process.h.
|
inline |
Definition at line 40 of file oct-process.h.
Referenced by of_error(), and of_success().
|
inline |
Definition at line 44 of file oct-process.h.
|
inline |
Definition at line 63 of file oct-process.h.
Referenced by of_error().
|
inline |
Definition at line 61 of file oct-process.h.
Referenced by of_success().
|
static |
Definition at line 44 of file oct-process.cc.
References process_execution_result(), err_msg(), and status().
Referenced by run_command_and_return_output().
|
static |
Definition at line 37 of file oct-process.cc.
References process_execution_result(), exit_status(), and stdout_output().
Referenced by run_command_and_return_output().
|
inline |
Definition at line 59 of file oct-process.h.
Referenced by of_error().
|
inline |
Definition at line 65 of file oct-process.h.
Referenced by of_success().