Home
last modified time | relevance | path

Searched defs:basic_ipstream (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/process/
Dpipe.hpp298 class basic_ipstream : public std::basic_istream<CharT, Traits> class
315 basic_ipstream() : std::basic_istream<CharT, Traits>(nullptr) in basic_ipstream() function in boost::process::basic_ipstream
322basic_ipstream(basic_ipstream && lhs) : std::basic_istream<CharT, Traits>(nullptr), _buf(std::move… in basic_ipstream() function in boost::process::basic_ipstream
328basic_ipstream(pipe_type && p) : std::basic_istream<CharT, Traits>(nullptr), _buf(std::move(p… in basic_ipstream() function in boost::process::basic_ipstream
334 basic_ipstream(const pipe_type & p) : std::basic_istream<CharT, Traits>(nullptr), _buf(p) in basic_ipstream() function in boost::process::basic_ipstream