|
#include <boost/process/posix/executor.hpp>
Classes | |
struct | call_on_exec_error |
struct | call_on_exec_setup |
struct | call_on_fork_error |
struct | call_on_fork_setup |
struct | call_on_fork_success |
Public Member Functions | |
executor () | |
template<class InitializerSequence > | |
child | operator() (const InitializerSequence &seq) |
Public Attributes | |
char ** | cmd_line |
char ** | env |
const char * | exe |
Definition at line 21 of file executor.hpp.
|
inline |
Definition at line 23 of file executor.hpp.
|
inline |
Definition at line 91 of file executor.hpp.
char** cmd_line |
Definition at line 114 of file executor.hpp.
char** env |
Definition at line 115 of file executor.hpp.
const char* exe |
Definition at line 113 of file executor.hpp.