![]() |
Kea
1.9.9-git
|
#include <cc/data.h>#include <cc/dhcp_config_error.h>#include <cc/simple_parser.h>#include <exceptions/exceptions.h>#include <dhcpsrv/subnet.h>#include <dhcpsrv/parsers/shared_network_parser.h>#include <vector>
Include dependency graph for shared_networks_list_parser.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | isc::dhcp::SharedNetworksListParser< SharedNetworkParserType > |
| Parser for a list of shared networks. More... | |
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::dhcp | |
Typedefs | |
| typedef SharedNetworksListParser< SharedNetwork4Parser > | isc::dhcp::SharedNetworks4ListParser |
| Type of the shared networks list parser for IPv4. More... | |
| typedef SharedNetworksListParser< SharedNetwork6Parser > | isc::dhcp::SharedNetworks6ListParser |
| Type of the shared networks list parser for IPv6. More... | |