Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class pipe

boost::process::behavior::pipe

Synopsis

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


class pipe {
public:

  // public member functions
  stream_ends operator()(stream_type) const;
};

Description

Stream behavior to redirect streams with a pipe.

A child process will be able to communicate with its parent process.

pipe public member functions

  1. stream_ends operator()(stream_type stype) const;

PrevUpHomeNext