#include <asiolink/io_address.h>
#include <cc/data.h>
#include <cc/dhcp_config_error.h>
#include <vector>
#include <string>
#include <stdint.h>
#include <limits>
Go to the source code of this file.
|
| namespace | isc |
| | Defines the logger used by the top-level component of kea-dhcp-ddns.
|
| |
| namespace | isc::data |
| |
|
| typedef std::vector< std::string > | isc::data::ParamsList |
| | This defines a list of all parameters that are derived (or inherited) between contexts.
|
| |
| typedef std::vector< SimpleDefault > | isc::data::SimpleDefaults |
| | This specifies all default values in a given scope (e.g. a subnet)
|
| |