Searched defs:pistream (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.hpp274 //! \see pistream.
348 // The "pistream" class.
354 //! The pistream class represents an output communication channel with the
356 //! parent process can read it through the pistream object. In other
359 //! hence the confusing pistream name.
361 //! pistream objects cannot be copied because they own the file handle
365 //! A pistream object behaves as a std::istream stream in all senses.
377 class pistream : public std::istream, noncopyable class in namespace:atf::atf_run
388 //! Given a file handle, this constructor creates a new pistream
390 //! \a fh is transferred to the created pistream objec
[all...]
H A Dio.cpp229 // The "pistream" class.
232 impl::pistream::pistream(const int fd) : function in class:impl::pistream
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 atf::atf_run::pistream;
292 pistream rend(fds[0]);
465 // Add the tests for the "pistream" class.
466 ATF_ADD_TEST_CASE(tcs, pistream);

Completed in 21 milliseconds