#include <context.hpp>
Public Attributes | |
stream_behavior | stdin_behavior |
stream_behavior | stdout_behavior |
stream_behavior | stderr_behavior |
The context class groups all the parameters needed to configure a process' environment during its creation.
stream_behavior boost::process::basic_context< Path >::stdin_behavior |
Child's stdin behavior.
stream_behavior boost::process::basic_context< Path >::stdout_behavior |
Child's stdout behavior.
stream_behavior boost::process::basic_context< Path >::stderr_behavior |
Child's stderr behavior.