Kea  1.9.9-git
io_address.h File Reference
#include <unistd.h>
#include <stdint.h>
#include <boost/asio/ip/address.hpp>
#include <functional>
#include <string>
#include <vector>
#include <exceptions/exceptions.h>
+ Include dependency graph for io_address.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::asiolink::IOAddress
 The IOAddress class represents an IP addresses (version agnostic) More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 

Functions

size_t isc::asiolink::hash_value (const IOAddress &address)
 Hash the IOAddress. More...
 
std::ostream & isc::asiolink::operator<< (std::ostream &os, const IOAddress &address)
 Insert the IOAddress as a string into stream. More...