libcommonc++
0.7
|
This is the complete list of members for Process, including all inherited members.
currentProcessID() | Process | static |
exit(int status) | Process | static |
getConsoleSize(uint_t *columns, uint_t *rows) | Process | static |
getErrorStream() | Process | inline |
getExecutableDir() | Process | static |
getExecutablePath() | Process | static |
getInputStream() | Process | inline |
getOutputStream() | Process | inline |
getPriority() const | Process | |
getProgramName() | Process | inlinestatic |
getStartTime() const | Process | inline |
getWorkingDir() | Process | static |
hasConsole() | Process | static |
isStarted() const | Process | inline |
kill() | Process | |
Process(const String &path, const StringVec &args, const StringVec &env=StringVec::emptyVec, const String &workingDir=".") | Process | |
setConsoleTitle(const String &title) | Process | static |
setPriority(Priority priority) | Process | |
setProgramName(const char *name) | Process | inlinestatic |
setWorkingDir(const String &path) | Process | static |
start() | Process | |
stop() | Process | |
waitFor(ExitStatus &status) | Process | |
~Process() | Process |