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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.hpp46 // The "file_handle" class.
52 //! The \a file_handle class is a simple RAII model for native system file
58 //! A \a file_handle object can be copied but doing so invalidates the
59 //! source object. There can only be a single valid \a file_handle object
66 class file_handle class in namespace:atf::atf_run
85 //! This constructor creates a new \a file_handle object that represents
91 file_handle(void);
96 //! This constructor creates a new \a file_handle object that takes
106 file_handle(handle_type h);
114 //! avoids having two live \a file_handle object
[all...]
H A Dio.cpp54 // The "file_handle" class.
57 impl::file_handle::file_handle(void) : function in class:impl::file_handle
62 impl::file_handle::file_handle(handle_type h) : function in class:impl::file_handle
68 impl::file_handle::file_handle(const file_handle& fh) : function in class:impl::file_handle
74 impl::file_handle::~file_handle(voi
[all...]

Completed in 43 milliseconds