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