Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type stream_type

boost::process::stream_type

Synopsis

// In header: <boost/process/stream_type.hpp>


enum stream_type { input_stream, output_stream };

Description

Stream type to differentiate between input and output streams.

On POSIX systems another value unknown_stream is defined. It is passed to stream behaviors for file descriptors greater than 2.


PrevUpHomeNext