NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
process::shell_result结构体 参考

shell 命令执行结果 更多...

#include <process.hpp>

Public 属性

int exit_code
string output

详细描述

shell 命令执行结果

在文件 process.hpp148 行定义.

类成员变量说明

◆ exit_code

int process::shell_result::exit_code

命令退出码

在文件 process.hpp149 行定义.

◆ output

string process::shell_result::output

合并的标准输出和标准错误

在文件 process.hpp150 行定义.


该结构体的文档由以下文件生成: