VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
G::NewProcessImp Class Reference

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))
 
NewProcessWaitFuturewait ()
 
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)
 

Detailed Description

A pimple-pattern implementation class used by G::NewProcess.

Definition at line 63 of file gnewprocess_unix.cpp.


The documentation for this class was generated from the following file: