Async 1.8.0
|
This is the complete list of members for Async::Exec, including all inherited members.
addEnvironmentVar(const std::string &name, const std::string &val) | Async::Exec | |
addEnvironmentVars(const Environment &env) | Async::Exec | |
appendArgument(const std::string &arg) | Async::Exec | |
clearEnvironment(void) | Async::Exec | |
closeStdin(void) | Async::Exec | |
command(void) const | Async::Exec | inline |
Environment typedef | Async::Exec | |
Exec(const std::string &cmdline="") | Async::Exec | explicit |
exited | Async::Exec | |
exitStatus(void) const | Async::Exec | |
ifExited(void) const | Async::Exec | |
ifSignaled(void) const | Async::Exec | |
kill(int sig=SIGTERM) | Async::Exec | |
nice(int inc=10) | Async::Exec | |
run(void) | Async::Exec | |
setCommandLine(const std::string &cmdline) | Async::Exec | |
setTimeout(int time_s) | Async::Exec | |
stderrClosed | Async::Exec | |
stderrData | Async::Exec | |
stdoutClosed | Async::Exec | |
stdoutData | Async::Exec | |
termSig(void) const | Async::Exec | |
writeStdin(const char *buf, int cnt) | Async::Exec | |
writeStdin(const std::string &str) | Async::Exec | |
~Exec(void) | Async::Exec |