Internet address wrapper classes and utility functions. More...
#include "Common/Compat.h"
#include "Common/Serialization.h"
#include <cstdlib>
#include <cstring>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sigar.h>
#include "Logger.h"
#include "InetAddr.h"
#include "StringExt.h"
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Functions | |
std::ostream & | Hypertable::operator<< (std::ostream &, const Endpoint &) |
Stream operator to print an Endpoint structure. More... | |
std::ostream & | Hypertable::operator<< (std::ostream &, const sockaddr_in &) |
Helper operator for streaming a sockaddr_in structure (or an InetAddr object) More... | |
Internet address wrapper classes and utility functions.
The Endpoint structure manages a hostname:port pair, and the InetAddr class wraps the sockaddr_in structure.
Definition in file InetAddr.cc.