bind_fd_< FileDescriptor > Class Template Reference

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

+ Inheritance diagram for bind_fd_< FileDescriptor >:

Public Member Functions

 bind_fd_ (int id, const FileDescriptor &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

template<class FileDescriptor>
class boost::process::posix::initializers::bind_fd_< FileDescriptor >

Definition at line 19 of file bind_fd.hpp.

Constructor & Destructor Documentation

◆ bind_fd_()

bind_fd_ ( int  id,
const FileDescriptor &  fd 
)
inline

Definition at line 22 of file bind_fd.hpp.

Member Function Documentation

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  ) const
inline

Definition at line 25 of file bind_fd.hpp.


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