Chops Net IP
|
basic_io_interface
class template, providing start_io
, stop_io
, visit_socket
, make_io_output
and related methods. methods.
More...
#include <memory>
#include <string_view>
#include <system_error>
#include <cstddef>
#include <utility>
#include "nonstd/expected.hpp"
#include "net_ip/net_ip_error.hpp"
#include "net_ip/basic_io_output.hpp"
#include "net_ip/simple_variable_len_msg_frame.hpp"
#include "net_ip/detail/wp_access.hpp"
Go to the source code of this file.
Classes | |
class | chops::net::basic_io_interface< IOT > |
The basic_io_interface class template provides access to an underlying network IO handler (TCP or UDP IO handler), primarily for calling the start_io , stop_io , and make_io_output methods. More... | |
basic_io_interface
class template, providing start_io
, stop_io
, visit_socket
, make_io_output
and related methods. methods.
Copyright (c) 2017-2025 by Cliff Green
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)