initializer_base Struct Reference

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

+ Inheritance diagram for initializer_base:

Public Member Functions

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 15 of file initializer_base.hpp.

Member Function Documentation

◆ on_exec_error()

void on_exec_error ( PosixExecutor &  ) const
inline

Definition at line 30 of file initializer_base.hpp.

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  ) const
inline

Definition at line 27 of file initializer_base.hpp.

◆ on_fork_error()

void on_fork_error ( PosixExecutor &  ) const
inline

Definition at line 21 of file initializer_base.hpp.

◆ on_fork_setup()

void on_fork_setup ( PosixExecutor &  ) const
inline

Definition at line 18 of file initializer_base.hpp.

◆ on_fork_success()

void on_fork_success ( PosixExecutor &  ) const
inline

Definition at line 24 of file initializer_base.hpp.


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