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

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"
Include dependency graph for InetAddr.cc:

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

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