Home
last modified time | relevance | path

Searched refs:basic_pipebuf (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/process/
Dpipe.hpp100 struct basic_pipebuf : std::basic_streambuf<CharT, Traits> struct
113 basic_pipebuf() : _write(default_buffer_size), _read(default_buffer_size) in basic_pipebuf() argument
119 basic_pipebuf(const basic_pipebuf & ) = default;
121 basic_pipebuf(basic_pipebuf && ) = default;
124 ~basic_pipebuf() in ~basic_pipebuf() argument
126 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() function
139 basic_pipebuf(const pipe_type & p) : _pipe(p), in basic_pipebuf() function
147 basic_pipebuf& operator=(const basic_pipebuf & ) = delete;
[all …]
/third_party/boost/doc/html/
Ddoc_HTML.manifest1978 boost/process/basic_pipebuf.html