0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
InetAddr.h File Reference

Internet address wrapper classes and utility functions. More...

#include <Common/String.h>
#include <cstring>
#include <netinet/in.h>
Include dependency graph for InetAddr.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.