sockpp
Modern C++ socket library wrapper
|
Class for a TCP/IP IPv6 socket address. More...
#include "sockpp/platform.h"
#include "sockpp/sock_address.h"
#include <iostream>
#include <string>
#include <cstring>
Go to the source code of this file.
Classes | |
class | sockpp::inet6_address |
Class that represents an internet (IPv6) address. More... | |
Functions | |
std::ostream & | sockpp::operator<< (std::ostream &os, const inet6_address &addr) |
Stream inserter for the address. More... | |
Class for a TCP/IP IPv6 socket address.
std::ostream& sockpp::operator<< | ( | std::ostream & | os, |
const inet6_address & | addr | ||
) |
Stream inserter for the address.
This uses the simple dot notation of the address as returned from inet_ntop(). It does not attempt a host lookup.
os | The output stream |
addr | The address |