E-MailRelay
|
This is the complete list of members for G::NewProcess, including all inherited members.
fork() | G::NewProcess | static |
id() const noexcept | G::NewProcess | |
kill(bool yield=false) noexcept | G::NewProcess | |
NewProcess(const Path &exe, const StringArray &args, const Environment &env=Environment::minimal(), Fd fd_stdin=Fd::devnull(), Fd fd_stdout=Fd::pipe(), Fd fd_stderr=Fd::devnull(), const G::Path &cd=G::Path(), bool strict_path=true, Identity run_as_id=Identity::invalid(), bool strict_id=true, int exec_error_exit=127, const std::string &exec_error_format=std::string(), std::string(*exec_error_format_fn)(std::string, int)=nullptr) | G::NewProcess | |
NewProcess(const NewProcessConfig &) | G::NewProcess | inlineexplicit |
NewProcess(const NewProcess &)=delete (defined in G::NewProcess) | G::NewProcess | |
NewProcess(NewProcess &&)=delete (defined in G::NewProcess) | G::NewProcess | |
operator=(const NewProcess &)=delete (defined in G::NewProcess) | G::NewProcess | |
operator=(NewProcess &&)=delete (defined in G::NewProcess) | G::NewProcess | |
waitable() noexcept | G::NewProcess | |
~NewProcess() | G::NewProcess |