|  | Kea 3.0.0
    | 
#include <unistd.h>#include <stdint.h>#include <boost/asio/ip/address.hpp>#include <functional>#include <string>#include <vector>#include <exceptions/exceptions.h>Go to the source code of this file.
| Classes | |
| struct | isc::asiolink::IOAddress::Hash | 
| An IOAddresshash enabling the use in the unordered STL containers.  More... | |
| class | isc::asiolink::IOAddress | 
| The IOAddressclass represents an IP addresses (version agnostic)  More... | |
| Namespaces | |
| namespace | isc | 
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::asiolink | 
| 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. | |