#include <Win32Process.h>
◆ Win32Process()
| Win32Process::Win32Process |
( |
| ) |
|
◆ ~Win32Process()
| Win32Process::~Win32Process |
( |
| ) |
|
◆ closeInput()
| void Win32Process::closeInput |
( |
bool |
justnow | ) |
|
◆ errstring()
| std::string Win32Process::errstring |
( |
| ) |
const |
◆ outstring()
| std::string Win32Process::outstring |
( |
| ) |
const |
◆ start()
| void Win32Process::start |
( |
const std::string & |
command, |
|
|
bool |
use_input |
|
) |
| |
◆ wait()
| int Win32Process::wait |
( |
| ) |
|
◆ writeInput()
| void Win32Process::writeInput |
( |
char const * |
ptr, |
|
|
int |
len |
|
) |
| |
◆ errbytes
| std::vector<char> Win32Process::errbytes |
◆ outbytes
| std::vector<char> Win32Process::outbytes |
The documentation for this class was generated from the following files: