executor Struct Reference

#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
 

Detailed Description

Definition at line 21 of file executor.hpp.

Constructor & Destructor Documentation

◆ executor()

executor ( )
inline

Definition at line 23 of file executor.hpp.

Member Function Documentation

◆ operator()()

child operator() ( const InitializerSequence &  seq)
inline

Definition at line 91 of file executor.hpp.

Member Data Documentation

◆ cmd_line

char** cmd_line

Definition at line 114 of file executor.hpp.

◆ env

char** env

Definition at line 115 of file executor.hpp.

◆ exe

const char* exe

Definition at line 113 of file executor.hpp.


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