close_fds_< Range > Class Template Reference

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

+ Inheritance diagram for close_fds_< Range >:

Public Member Functions

 close_fds_ (const Range &fds)
 
template<class PosixExecutor >
void on_exec_setup (PosixExecutor &) const
 
- 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

template<class Range>
class boost::process::posix::initializers::close_fds_< Range >

Definition at line 20 of file close_fds.hpp.

Constructor & Destructor Documentation

◆ close_fds_()

close_fds_ ( const Range &  fds)
inlineexplicit

Definition at line 23 of file close_fds.hpp.

Member Function Documentation

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  ) const
inline

Definition at line 26 of file close_fds.hpp.


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