VideoTools
|
A pimple-pattern implementation class used by G::NewProcess. More...
Public Member Functions | |
NewProcessImp (const Path &exe, const StringArray &args, int stdxxx, bool clean, bool strict_path, Identity run_as_id, bool strict_id, int exec_error_exit, const std::string &exec_error_format, std::string(*exec_error_format_fn)(std::string, int)) | |
NewProcessWaitFuture & | wait () |
int | run (const G::Path &, const StringArray &, bool clean, bool strict) |
void | kill () |
std::string | execErrorFormat (const std::string &format, int errno_) |
Static Public Member Functions | |
static std::pair< bool, pid_t > | fork () |
static void | printError (int, const std::string &s) |
A pimple-pattern implementation class used by G::NewProcess.
Definition at line 63 of file gnewprocess_unix.cpp.