This is the complete list of members for SC::Process, including all inherited members.
exec(Span< const StringSpan > 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 |
isWindowsConsoleSubsystem() | SC::Process | static |
isWindowsEmulatedProcess() | SC::Process | static |
launch(Span< const StringSpan > cmd, const StdOut &stdOut=StdOut::Inherit{}, const StdIn &stdIn=StdIn::Inherit{}, const StdErr &stdErr=StdErr::Inherit{}) | SC::Process | inline |
options | SC::Process | |
Process(Span< native_char_t > commandMemory={}, Span< native_char_t > environmentMemory={}) | SC::Process | inline |
ProcessChain (defined in SC::Process) | SC::Process | friend |
ProcessFork (defined in SC::Process) | SC::Process | friend |
processID | SC::Process | |
setEnvironment(StringSpan environmentVariable, StringSpan value) | SC::Process | |
setWorkingDirectory(StringSpan processWorkingDirectory) | SC::Process | |
StdErr typedef (defined in SC::Process) | SC::Process | |
waitForExitSync() | SC::Process |