|
Silicium
|
#include <file_handle.hpp>
Public Member Functions | |
| file_handle () BOOST_NOEXCEPT | |
| file_handle (file_handle &&other) BOOST_NOEXCEPT | |
| file_handle (native_file_descriptor handle) BOOST_NOEXCEPT | |
| file_handle & | operator= (file_handle &&other) BOOST_NOEXCEPT |
| void | swap (file_handle &other) BOOST_NOEXCEPT |
| void | close () BOOST_NOEXCEPT |
| native_file_descriptor | release () BOOST_NOEXCEPT |
| ~file_handle () BOOST_NOEXCEPT | |
Public Attributes | |
| native_file_descriptor | handle |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| native_file_descriptor Si::file_handle::handle |
1.8.10