#include <stdexcept>
#include <iosfwd>
#include <string>
#include <inttypes.h>
#include "sockcommon.h"
Go to the source code of this file.
Namespaces | |
namespace | socklibpp |
Classes | |
class | socklibpp::addr |
Abstract base class for network addresses. More... | |
class | socklibpp::addr_in |
Derived class for handling IPv4 addesses (including the port number). More... | |
Functions | |
ostream & | socklibpp::operator<< (std::ostream &, const addr_in &) |
Operator for printing an address in a stream. | |
std::istream & | socklibpp::operator>> (std::istream &, addr_in &) |
Operator for reading an address from a stream. |