Searched refs:basic_pipebuf (Results 1 – 2 of 2) sorted by relevance
100 struct basic_pipebuf : std::basic_streambuf<CharT, Traits> struct113 basic_pipebuf() : _write(default_buffer_size), _read(default_buffer_size) in basic_pipebuf() argument119 basic_pipebuf(const basic_pipebuf & ) = default;121 basic_pipebuf(basic_pipebuf && ) = default;124 ~basic_pipebuf() in ~basic_pipebuf() argument126 if (basic_pipebuf::is_open()) in ~basic_pipebuf()127 basic_pipebuf::overflow(Traits::eof()); in ~basic_pipebuf()131 basic_pipebuf(pipe_type && p) : _pipe(std::move(p)), in basic_pipebuf() function139 basic_pipebuf(const pipe_type & p) : _pipe(p), in basic_pipebuf() function147 basic_pipebuf& operator=(const basic_pipebuf & ) = delete;[all …]
1978 boost/process/basic_pipebuf.html