winss
Public Attributes | List of all members
winss::ProcessParams Struct Reference

Parameters to start a Windows process. More...

#include <process.hpp>

Collaboration diagram for winss::ProcessParams:
Collaboration graph
[legend]

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::Environmentenv
 The process environment. More...
 

Detailed Description

Parameters to start a Windows process.

Member Data Documentation

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
winss::HandleWrapper winss::ProcessParams::stderr_pipe

STDERR pipe.

Referenced by winss::Process::Create().

winss::HandleWrapper winss::ProcessParams::stdin_pipe
winss::HandleWrapper winss::ProcessParams::stdout_pipe

STDOUT pipe.

Referenced by winss::Process::Create().


The documentation for this struct was generated from the following file: