libcommonc++  0.7
Process Member List

This is the complete list of members for Process, including all inherited members.

currentProcessID()Processstatic
exit(int status)Processstatic
getConsoleSize(uint_t *columns, uint_t *rows)Processstatic
getErrorStream()Processinline
getExecutableDir()Processstatic
getExecutablePath()Processstatic
getInputStream()Processinline
getOutputStream()Processinline
getPriority() constProcess
getProgramName()Processinlinestatic
getStartTime() constProcessinline
getWorkingDir()Processstatic
hasConsole()Processstatic
isStarted() constProcessinline
kill()Process
Process(const String &path, const StringVec &args, const StringVec &env=StringVec::emptyVec, const String &workingDir=".")Process
setConsoleTitle(const String &title)Processstatic
setPriority(Priority priority)Process
setProgramName(const char *name)Processinlinestatic
setWorkingDir(const String &path)Processstatic
start()Process
stop()Process
waitFor(ExitStatus &status)Process
~Process()Process