Searched defs:systembuf (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.hpp242 // The "systembuf" class.
248 //! systembuf provides a std::streambuf implementation for system file
257 class systembuf : public std::streambuf, atf::noncopyable class in namespace:atf::atf_run
263 //! \brief Constructs a new systembuf for the given file handle.
265 //! This constructor creates a new systembuf object that reads or
267 //! is \b not owned by the created systembuf object; the code
276 explicit systembuf(handle_type h, std::size_t bufsize = 8192);
277 ~systembuf(void);
281 //! \brief Native file handle used by the systembuf object.
337 //! Synchronizes the systembuf buffer
[all...]
H A Dio.cpp153 // The "systembuf" class.
156 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) : function in class:impl::systembuf
179 impl::systembuf::~systembuf(void)
185 impl::systembuf::int_type
186 impl::systembuf::underflow(void)
202 impl::systembuf::int_type
203 impl::systembuf::overflow(int c)
216 impl::systembuf
[all...]

Completed in 223 milliseconds