Searched refs:pistream (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/atf/dist/tools/
H A Dio.hpp276 //! \see pistream.
350 // The "pistream" class.
356 //! The pistream class represents an output communication channel with the
358 //! parent process can read it through the pistream object. In other
361 //! hence the confusing pistream name.
363 //! pistream objects cannot be copied because they own the file handle
367 //! A pistream object behaves as a std::istream stream in all senses.
379 class pistream : public std::istream class in namespace:tools::io
382 pistream(const pistream
[all...]
H A Dio_test.cpp275 // Test cases for the "pistream" class.
278 ATF_TEST_CASE(pistream); variable
279 ATF_TEST_CASE_HEAD(pistream)
281 set_md_var("descr", "Tests the pistream class");
283 ATF_TEST_CASE_BODY(pistream)
286 using tools::io::pistream;
292 pistream rend(fds[0]);
465 // Add the tests for the "pistream" class.
466 ATF_ADD_TEST_CASE(tcs, pistream);
H A Dio.cpp224 // The "pistream" class.
227 impl::pistream::pistream(const int fd) : function in class:impl::pistream
H A Dtest-program.cpp661 tools::io::pistream outin(child.stdout_fd());

Completed in 128 milliseconds