|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
shell 命令执行结果 更多...
#include <process.hpp>
Public 属性 | |
| int | exit_code |
| string | output |
shell 命令执行结果
在文件 process.hpp 第 148 行定义.
| int process::shell_result::exit_code |
命令退出码
在文件 process.hpp 第 149 行定义.
| string process::shell_result::output |
合并的标准输出和标准错误
在文件 process.hpp 第 150 行定义.