notify_io_service_< IOService > Class Template Reference

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

+ Inheritance diagram for notify_io_service_< IOService >:

Public Member Functions

 notify_io_service_ (IOService &io_service)
 
template<class PosixExecutor >
void on_exec_setup (PosixExecutor &) const
 
template<class PosixExecutor >
void on_fork_setup (PosixExecutor &) const
 
template<class PosixExecutor >
void on_fork_success (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 IOService>
class boost::process::posix::initializers::notify_io_service_< IOService >

Definition at line 19 of file notify_io_service.hpp.

Constructor & Destructor Documentation

◆ notify_io_service_()

notify_io_service_ ( IOService &  io_service)
inlineexplicit

Definition at line 22 of file notify_io_service.hpp.

Member Function Documentation

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  ) const
inline

Definition at line 38 of file notify_io_service.hpp.

◆ on_fork_setup()

void on_fork_setup ( PosixExecutor &  ) const
inline

Definition at line 26 of file notify_io_service.hpp.

◆ on_fork_success()

void on_fork_success ( PosixExecutor &  ) const
inline

Definition at line 32 of file notify_io_service.hpp.


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