close_fds_if_< Predicate > Class Template Reference

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

+ Inheritance diagram for close_fds_if_< Predicate >:

Public Member Functions

 close_fds_if_ (const Predicate &pred)
 
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 Predicate>
class boost::process::posix::initializers::close_fds_if_< Predicate >

Definition at line 29 of file close_fds_if.hpp.

Constructor & Destructor Documentation

◆ close_fds_if_()

close_fds_if_ ( const Predicate &  pred)
inlineexplicit

Definition at line 38 of file close_fds_if.hpp.

Member Function Documentation

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  ) const
inline

Definition at line 41 of file close_fds_if.hpp.


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