MySQL 9.1.0
Source Code Documentation
|
#include <chrono>
#include <system_error>
#include "mysql/harness/net_ts/impl/socket.h"
#include "mysql/harness/stdx/expected.h"
Go to the source code of this file.
Classes | |
struct | std::is_error_code_enum< net::io_service_errc > |
struct | net::fd_event |
class | net::IoServiceBase |
Namespaces | |
namespace | net |
namespace | std |
Enumerations | |
enum class | net::io_service_errc { net::no_fds = 1 } |
Functions | |
const std::error_category & | net::io_service_category () noexcept |
std::error_code | net::make_error_code (net::io_service_errc e) noexcept |
constexpr bool | net::operator== (const fd_event &a, const fd_event &b) |
constexpr bool | net::operator!= (const fd_event &a, const fd_event &b) |