#include <cstdint>#include <promeki/core/namespace.h>#include <promeki/core/string.h>#include <promeki/core/result.h>#include <promeki/core/platform.h>#include <promeki/network/networkaddress.h>#include <sys/socket.h>#include <netinet/in.h>

Go to the source code of this file.
Classes | |
| class | SocketAddress |
| Network address with port number. More... | |
Functions | |
| TextStream & | operator<< (TextStream &stream, const SocketAddress &addr) |
| Writes the socket address to the stream. | |
See LICENSE file in the project root folder for license information.