This is the complete list of members for SC::Process, including all inherited members.
exec(Span< const StringView > cmd, const StdOut &stdOut=StdOut::Inherit{}, const StdIn &stdIn=StdIn::Inherit{}, const StdErr &stdErr=StdErr::Inherit{}) | SC::Process | inline |
getExitStatus() const | SC::Process | inline |
getNumberOfProcessors() | SC::Process | static |
handle | SC::Process | |
inheritParentEnvironmentVariables(bool inherit) | SC::Process | inline |
IntrusiveDoubleLinkedList< Process > (defined in SC::Process) | SC::Process | friend |
isWindowsConsoleSubsystem() | SC::Process | static |
launch(Span< const StringView > cmd, const StdOut &stdOut=StdOut::Inherit{}, const StdIn &stdIn=StdIn::Inherit{}, const StdErr &stdErr=StdErr::Inherit{}) | SC::Process | inline |
options | SC::Process | |
ProcessChain (defined in SC::Process) | SC::Process | friend |
processID | SC::Process | |
setEnvironment(StringView environmentVariable, StringView value) | SC::Process | |
setWorkingDirectory(StringView processWorkingDirectory) | SC::Process | |
StdErr typedef (defined in SC::Process) | SC::Process | |
waitForExitSync() | SC::Process |