Chops Net IP
Loading...
Searching...
No Matches

A class template that manages a collection of basic_io_output objects and provides "send to all" functionality. More...

#include <cstddef>
#include <utility>
#include <mutex>
#include <vector>
#include "net_ip/basic_io_interface.hpp"
#include "net_ip/basic_io_output.hpp"
#include "net_ip_component/output_queue_stats.hpp"
#include "buffer/shared_buffer.hpp"
Include dependency graph for send_to_all.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chops::net::send_to_all< IOT >
 Manage a collection of basic_io_output objects and provide a way to send data to all. or to all except a specific object. More...
 

Detailed Description

A class template that manages a collection of basic_io_output objects and provides "send to all" functionality.

Author
Cliff Green, Thurman Gillespy
Date
2019-10-28

The "send to all but one" functionality added by Thurman in Oct, 2019.

Copyright (c) 2019-2025 by Cliff Green, Thurman Gillespy

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)