Searched defs:basic_ipstream (Results 1 – 1 of 1) sorted by relevance
298 class basic_ipstream : public std::basic_istream<CharT, Traits> class315 basic_ipstream() : std::basic_istream<CharT, Traits>(nullptr) in basic_ipstream() function in boost::process::basic_ipstream322 …basic_ipstream(basic_ipstream && lhs) : std::basic_istream<CharT, Traits>(nullptr), _buf(std::move… in basic_ipstream() function in boost::process::basic_ipstream328 …basic_ipstream(pipe_type && p) : std::basic_istream<CharT, Traits>(nullptr), _buf(std::move(p… in basic_ipstream() function in boost::process::basic_ipstream334 basic_ipstream(const pipe_type & p) : std::basic_istream<CharT, Traits>(nullptr), _buf(p) in basic_ipstream() function in boost::process::basic_ipstream