Kea 3.0.0
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

 An IOAddress hash enabling the use in the unordered STL containers. More...
 The IOAddress class represents an IP addresses (version agnostic) More...

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.

Functions

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