|
Thrill
0.1
|
#include <netinet/in.h>#include <sys/socket.h>#include <cstdint>#include <cstring>#include <iosfwd>#include <string>#include <vector>
Include dependency graph for socket_address.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IPv4Address |
| IPv4 Subclass of SocketAddress for direct initialization from a known IPv4 address, known either in binary format, numerals, or as "ddd.ddd.ddd.ddd" format. More... | |
| class | IPv6Address |
| IPv6 Subclass of SocketAddress for direct initialization from a known IPv6 address, known either in binary format, numerals, or in some IPv6 format. More... | |
| class | SocketAddress |
| SocketAddress is a super class used to unify the two different IPv4 and IPv6 socket address representation. More... | |
| union | SocketAddress::SockAddrUnion |
Namespaces | |
| thrill | |
| thrill::net | |
| thrill::net::tcp | |
Macros | |
| #define | THRILL_NET_TCP_SOCKET_ADDRESS_HEADER |
| #define THRILL_NET_TCP_SOCKET_ADDRESS_HEADER |
Definition at line 15 of file socket_address.hpp.