Chops Net IP
Loading...
Searching...
No Matches
io_type_decls.hpp
Go to the documentation of this file.
1
17#ifndef IO_TYPE_DECLS_HPP_INCLUDED
18#define IO_TYPE_DECLS_HPP_INCLUDED
19
22
25
26namespace chops {
27namespace net {
28
37
46
53
60
67
74
75} // end net namespace
76} // end chops namespace
77
78#endif
79
basic_io_interface class template, providing start_io, stop_io, visit_socket, make_io_output and rela...
basic_io_output class template, providing send and get_output_queue_stats methods.
The basic_io_interface class template provides access to an underlying network IO handler (TCP or UDP...
Definition basic_io_interface.hpp:100
The basic_io_output class template provides methods for sending data to an associated network IO hand...
Definition basic_io_output.hpp:57
Definition tcp_io.hpp:58
Definition udp_entity_io.hpp:66
Internal handler class for TCP stream input and output.
Internal class that combines a UDP entity and UDP io handler.