winss
|
Parameters to start a Windows process. More...
#include <process.hpp>
Public Attributes | |
std::string | cmd |
The command and arguments. More... | |
bool | create_group |
Create a new process group or not. More... | |
std::string | dir |
Start the process in this directory. More... | |
winss::HandleWrapper | stdout_pipe |
STDOUT pipe. More... | |
winss::HandleWrapper | stderr_pipe |
STDERR pipe. More... | |
winss::HandleWrapper | stdin_pipe |
STDIN pipe. More... | |
winss::Environment * | env |
The process environment. More... | |
Parameters to start a Windows process.
std::string winss::ProcessParams::cmd |
The command and arguments.
Referenced by winss::Process::Create().
bool winss::ProcessParams::create_group |
Create a new process group or not.
Referenced by winss::Process::Create().
std::string winss::ProcessParams::dir |
Start the process in this directory.
Referenced by winss::Process::Create().
winss::Environment* winss::ProcessParams::env |
The process environment.
Referenced by winss::Process::Create(), and winss::SuperviseTmpl< TMutex, TProcess >::Start().
winss::HandleWrapper winss::ProcessParams::stderr_pipe |
STDERR pipe.
Referenced by winss::Process::Create().
winss::HandleWrapper winss::ProcessParams::stdin_pipe |
STDIN pipe.
Referenced by winss::Process::Create(), and winss::ServiceProcessTmpl< TProcess >::Start().
winss::HandleWrapper winss::ProcessParams::stdout_pipe |
STDOUT pipe.
Referenced by winss::Process::Create().