HomeSort by: relevance | last modified time | path
    Searched defs:pistream (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
io.hpp 276 //! \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...]
io.cpp 224 // The "pistream" class.
227 impl::pistream::pistream(const int fd) : function in class:impl::pistream
io_test.cpp 275 // 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);

Completed in 47 milliseconds