dl
dl::Process类 参考

系统进程 更多...

#include <dl_process.h>

class  Instance
 
struct  Result
 

Public 类型

enum class  State { NONE , START , RUN , END }
 

静态 Public 成员函数

static bool Exec (const std::vector< std::string > &cmd, Result &result)
 
static bool ExecMulti (const std::vector< std::string > &cmd, Instance &instance)
 
static void Send (Instance &instance, std::string_view str)
 

详细描述

系统进程

在文件 dl_process.h26 行定义.

成员枚举类型说明

◆ State

enum class dl::Process::State
strong
枚举值
NONE 
START 
RUN 
END 

在文件 dl_process.h29 行定义.

成员函数说明

◆ Exec()

static bool dl::Process::Exec ( const std::vector< std::string > & cmd,
Result & result )
static

◆ ExecMulti()

static bool dl::Process::ExecMulti ( const std::vector< std::string > & cmd,
Instance & instance )
static

◆ Send()

static void dl::Process::Send ( Instance & instance,
std::string_view str )
static

该类的文档由以下文件生成: