dodo  0.0.1
A C++ library to create containerized Linux services
address.hpp File Reference
#include <arpa/inet.h>
#include <iostream>
#include <list>
#include <map>
#include <stdint.h>
#include <string>
#include <sys/socket.h>
#include "common/exception.hpp"
#include "network/socketparams.hpp"
Include dependency graph for address.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  dodo::network::Address
 Generic network Address, supporting ipv4 and ipv6 transparently. More...
 
struct  dodo::network::AddrInfo
 Address info, comprising the canonical name of a host, and list of address info items for the host. More...
 
struct  dodo::network::AddrInfoItem
 Address info item as used in AddrInfo. More...
 

Namespaces

 dodo
 A C++ platform interface to lean Linux services tailored for containerized deployment.
 
 dodo::network
 Interface for network communication.
 

Detailed Description

Defines the dodo::network::Address class.

Definition in file address.hpp.