Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Process Member List

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::Processinline
getExitStatus() constSC::Processinline
getNumberOfProcessors()SC::Processstatic
handleSC::Process
inheritParentEnvironmentVariables(bool inherit)SC::Processinline
IntrusiveDoubleLinkedList< Process > (defined in SC::Process)SC::Processfriend
isWindowsConsoleSubsystem()SC::Processstatic
launch(Span< const StringView > cmd, const StdOut &stdOut=StdOut::Inherit{}, const StdIn &stdIn=StdIn::Inherit{}, const StdErr &stdErr=StdErr::Inherit{})SC::Processinline
optionsSC::Process
ProcessChain (defined in SC::Process)SC::Processfriend
processIDSC::Process
setEnvironment(StringView environmentVariable, StringView value)SC::Process
setWorkingDirectory(StringView processWorkingDirectory)SC::Process
StdErr typedef (defined in SC::Process)SC::Process
waitForExitSync()SC::Process