11 #ifndef ASIO_DETAIL_IO_CONTROL_HPP 12 #define ASIO_DETAIL_IO_CONTROL_HPP 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 26 namespace io_control {
40 : value_(value ? 1 : 0)
53 value_ = value ? 1 : 0;
101 void set(std::size_t value)
107 std::size_t
get()
const 109 return static_cast<std::size_t
>(value_);
134 #endif // ASIO_DETAIL_IO_CONTROL_HPP
detail::ioctl_arg_type * data()
bytes_readable(std::size_t value)
const detail::ioctl_arg_type * data() const
const detail::ioctl_arg_type * data() const
non_blocking_io(bool value)
detail::ioctl_arg_type * data()