|  | Kea 3.0.0
    | 
#include <asiolink/io_address.h>#include <dhcp/classify.h>#include <dhcp/duid.h>#include <exceptions/exceptions.h>#include <dhcpsrv/lease.h>#include <dhcpsrv/subnet_id.h>#include <dhcpsrv/pool.h>#include <util/multi_threading_mgr.h>#include <boost/shared_ptr.hpp>#include <boost/weak_ptr.hpp>#include <mutex>Go to the source code of this file.
| Classes | |
| class | isc::dhcp::Allocator | 
| Base class for all address/prefix allocation algorithms.  More... | |
| class | isc::dhcp::AllocFailed | 
| An exception that is thrown when allocation module fails (e.g.  More... | |
| Namespaces | |
| namespace | isc | 
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::dhcp | 
| Typedefs | |
| typedef boost::shared_ptr< Allocator > | isc::dhcp::AllocatorPtr | 
| Defines a pointer to an allocator. | |
| typedef boost::weak_ptr< Subnet > | isc::dhcp::WeakSubnetPtr | 
| Weak pointer to the Subnet. | |