MIRA
|
This is the complete list of members for Process, including all inherited members.
cerr() | Process | |
cin() | Process | |
cout() | Process | |
CRASHED enum value | Process | |
createProcess(const std::string &commandLine, CreationFlags flags, RedirectionFlags streamRedirection=none) | Process | static |
createProcess(const std::string &commandLine, RedirectionFlags streamRedirection=none) | Process | static |
createProcess(const std::string &applicationName, const std::vector< std::string > &args, CreationFlags flags=noflags, RedirectionFlags streamRedirection=none, boost::optional< Environment > env=boost::optional< Environment >()) | Process | static |
CreationFlags enum name | Process | |
err enum value | Process | |
ExitStatus enum name | Process | |
getExitCode() | Process | |
getExitStatus() | Process | |
getPID() const | Process | |
getRecursiveChildProcesses(int pid, int maxDepth=-1) | Process | protected |
in enum value | Process | |
interrupt() | Process | |
interrupt(int pid) | Process | protected |
interruptChildOnParentDeath enum value | Process | |
isRunning() | Process | |
istream typedef | Process | |
kill() | Process | |
kill(int pid) | Process | protected |
KILLED enum value | Process | |
noflags enum value | Process | |
none enum value | Process | |
NORMALEXIT enum value | Process | |
operator=(Process &&other) noexcept | Process | |
ostream typedef | Process | |
out enum value | Process | |
Process() | Process | |
Process(Process &&other) noexcept | Process | |
RedirectionFlags enum name | Process | |
setRecursiveShutdown(bool recursive) | Process | |
shutdown(Duration timeout=Duration::seconds(5)) | Process | |
shutdown(int pid, Duration timeout=Duration::seconds(5)) | Process | protected |
shutdownRecursively enum value | Process | |
swap(Process &other) | Process | |
terminate() | Process | |
terminate(int pid) | Process | protected |
wait(Duration maxWait=Duration::infinity()) | Process | |
wait(int pid, std::vector< int > &children, Duration timeout=Duration::seconds(5)) | Process | protected |
~Process() | Process |