ESA JPIP server  0.1
address.h File Reference
#include <string>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdlib.h>
#include <string.h>
#include <sys/un.h>
#include <unistd.h>
Include dependency graph for address.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  net::Address
 Abstract base class to wrap the sockaddr derived structures. More...
 
class  net::InetAddress
 Class to identify and handle an Internet address. More...
 
class  net::UnixAddress
 Class to identify and handle an UNIX address. More...
 

Namespaces

 net
 Contains classes to easy the utilization of sockets, specially implemented for UNIX systems.