close_fd Class Reference

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

+ Inheritance diagram for close_fd:

Public Member Functions

 close_fd (int fd)
 
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

Definition at line 18 of file close_fd.hpp.

Constructor & Destructor Documentation

◆ close_fd()

close_fd ( int  fd)
inlineexplicit

Definition at line 21 of file close_fd.hpp.

Member Function Documentation

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  ) const
inline

Definition at line 24 of file close_fd.hpp.


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