run_exe_ Class Reference

#include <boost/process/posix/initializers/run_exe.hpp>

+ Inheritance diagram for run_exe_:

Public Member Functions

template<class PosixExecutor >
void on_exec_setup (PosixExecutor &e) const
 
 run_exe_ (const std::string &s)
 
- Public Member Functions inherited from initializer_base
template<class PosixExecutor >
void on_exec_error (PosixExecutor &) const
 
template<class PosixExecutor >
void on_exec_setup (PosixExecutor &) const
 
template<class PosixExecutor >
void on_fork_error (PosixExecutor &) const
 
template<class PosixExecutor >
void on_fork_setup (PosixExecutor &) const
 
template<class PosixExecutor >
void on_fork_success (PosixExecutor &) const
 

Detailed Description

Definition at line 20 of file run_exe.hpp.

Constructor & Destructor Documentation

◆ run_exe_()

run_exe_ ( const std::string &  s)
inlineexplicit

Definition at line 23 of file run_exe.hpp.

Member Function Documentation

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  e) const
inline

Definition at line 30 of file run_exe.hpp.


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