Searched defs:basic_pstream (Results 1 – 1 of 1) sorted by relevance
519 class basic_pstream : public std::basic_iostream<CharT, Traits> class536 basic_pstream() : std::basic_iostream<CharT, Traits>(nullptr) in basic_pstream() function in boost::process::basic_pstream543 …basic_pstream(basic_pstream && lhs) : std::basic_iostream<CharT, Traits>(nullptr), _buf(std::move(… in basic_pstream() function in boost::process::basic_pstream548 …basic_pstream(pipe_type && p) : std::basic_iostream<CharT, Traits>(nullptr), _buf(std::move(p… in basic_pstream() function in boost::process::basic_pstream553 basic_pstream(const pipe_type & p) : std::basic_iostream<CharT, Traits>(nullptr), _buf(p) in basic_pstream() function in boost::process::basic_pstream