#include <ProcessPosix.h>
◆ ProcessPosixPty() [1/3]
◆ ProcessPosixPty() [2/3]
◆ ProcessPosixPty() [3/3]
| ProcessPosixPty::ProcessPosixPty |
( |
| ) |
|
◆ ~ProcessPosixPty()
| ProcessPosixPty::~ProcessPosixPty |
( |
| ) |
|
◆ closeInput()
| void ProcessPosixPty::closeInput |
( |
| ) |
|
◆ errstring()
| std::string ProcessPosixPty::errstring |
( |
| ) |
const |
◆ exec_posixpty()
| bool ProcessPosixPty::exec_posixpty |
( |
std::string const & |
cmd | ) |
|
|
private |
◆ getExitCode()
| int ProcessPosixPty::getExitCode |
( |
| ) |
const |
|
overridevirtual |
◆ isRunning()
| bool ProcessPosixPty::isRunning |
( |
| ) |
const |
|
overridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ outstring()
| std::string ProcessPosixPty::outstring |
( |
| ) |
const |
◆ readOutputStreaming()
| int ProcessPosixPty::readOutputStreaming |
( |
char * |
ptr, |
|
|
int |
len |
|
) |
| |
|
overridevirtual |
◆ readResult()
| void ProcessPosixPty::readResult |
( |
std::vector< char > * |
out | ) |
|
◆ start()
| void ProcessPosixPty::start |
( |
const std::string & |
cmd, |
|
|
const std::string & |
env, |
|
|
bool |
use_input |
|
) |
| |
|
overridevirtual |
◆ stop()
| void ProcessPosixPty::stop |
( |
| ) |
|
|
overridevirtual |
◆ wait()
| bool ProcessPosixPty::wait |
( |
unsigned long |
time = ULONG_MAX | ) |
|
|
overridevirtual |
◆ writeInput()
| void ProcessPosixPty::writeInput |
( |
const char * |
ptr, |
|
|
int |
len |
|
) |
| |
|
overridevirtual |
◆ writeStdErr()
| void ProcessPosixPty::writeStdErr |
( |
char const * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ writeStdOut()
| void ProcessPosixPty::writeStdOut |
( |
char const * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
The documentation for this class was generated from the following files: