#include <ProcessWin.h>
|
| void | writeOutput (char const *buf, size_t len) |
| |
| bool | exec_win (const std::string &cmd, bool use_input) |
| |
◆ ProcessWin()
| ProcessWin::ProcessWin |
( |
| ) |
|
◆ ~ProcessWin()
| ProcessWin::~ProcessWin |
( |
| ) |
|
◆ closeInput()
| void ProcessWin::closeInput |
( |
bool |
justnow | ) |
|
|
virtual |
◆ errstring()
| std::string ProcessWin::errstring |
( |
| ) |
const |
◆ exec_win()
| bool ProcessWin::exec_win |
( |
const std::string & |
cmd, |
|
|
bool |
use_input |
|
) |
| |
|
private |
◆ getExitCode()
| int ProcessWin::getExitCode |
( |
| ) |
const |
|
virtual |
◆ isRunning()
| bool ProcessWin::isRunning |
( |
| ) |
const |
|
virtual |
◆ outstring()
| std::string ProcessWin::outstring |
( |
| ) |
const |
◆ readResult()
| void ProcessWin::readResult |
( |
std::vector< char > * |
out | ) |
|
◆ start()
| void ProcessWin::start |
( |
const std::string & |
command, |
|
|
bool |
use_input |
|
) |
| |
|
virtual |
◆ stderr_bytes()
| const std::vector< char > & ProcessWin::stderr_bytes |
( |
| ) |
const |
|
virtual |
◆ stdout_bytes()
| const std::vector< char > & ProcessWin::stdout_bytes |
( |
| ) |
const |
|
virtual |
◆ stop()
| void ProcessWin::stop |
( |
| ) |
|
|
virtual |
◆ wait()
◆ writeInput()
| void ProcessWin::writeInput |
( |
const char * |
ptr, |
|
|
int |
len |
|
) |
| |
|
virtual |
◆ writeOutput()
| void ProcessWin::writeOutput |
( |
char const * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
The documentation for this class was generated from the following files: