|
|
#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 23 of file executor.hpp.
|
inline |
Definition at line 25 of file executor.hpp.
|
inline |
Definition at line 111 of file executor.hpp.
| char** cmd_line |
Definition at line 134 of file executor.hpp.
| char** env |
Definition at line 135 of file executor.hpp.
| const char* exe |
Definition at line 133 of file executor.hpp.