Internet address wrapper classes and utility functions. More...
Go to the source code of this file.
Classes | |
struct | Hypertable::Endpoint |
High-level entry point to a service; wraps a host:port pair. More... | |
class | Hypertable::InetAddr |
Encapsulate an internet address. More... | |
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.h.