E-MailRelay
G::NewProcess Member List

This is the complete list of members for G::NewProcess, including all inherited members.

fork()G::NewProcessstatic
id() const noexceptG::NewProcess
kill(bool yield=false) noexceptG::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::NewProcessinlineexplicit
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() noexceptG::NewProcess
~NewProcess()G::NewProcess