Kea 2.7.5
|
#include <asiolink/io_address.h>
#include <cc/data.h>
#include <cc/dhcp_config_error.h>
#include <util/triplet.h>
#include <map>
#include <vector>
#include <string>
#include <stdint.h>
#include <limits>
Go to the source code of this file.
Classes | |
struct | isc::data::SimpleDefault |
This array defines a single entry of default values. More... | |
class | isc::data::SimpleParser |
A simple parser. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::data |
Typedefs | |
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). | |
typedef std::map< std::string, isc::data::Element::types > | isc::data::SimpleKeywords |
This specifies all accepted keywords with their types. | |
typedef std::vector< std::string > | isc::data::SimpleRequiredKeywords |
This specifies all required keywords. | |