Kea  1.9.9-git
dhcp_queue_control_parser.h
Go to the documentation of this file.
1 // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
2 //
3 // This Source Code Form is subject to the terms of the Mozilla Public
4 // License, v. 2.0. If a copy of the MPL was not distributed with this
5 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 
7 #ifndef DHCP_QUEUE_CONTROL_PARSER_H
8 #define DHCP_QUEUE_CONTROL_PARSER_H
9 
10 #include <cc/data.h>
11 #include <cc/simple_parser.h>
13 
14 namespace isc {
15 namespace dhcp {
16 
35 public:
36 
40 
50 
51 private:
52 };
53 
54 }
55 } // end of namespace isc
56 
57 #endif // DHCP_QUEUE_CONTROL_PARSER_H
Parser for the configuration of DHCP packet queue controls.
boost::shared_ptr< Element > ElementPtr
Definition: data.h:20
data::ElementPtr parse(const isc::data::ConstElementPtr &control_elem)
Parses content of the "dhcp-queue-control".
boost::shared_ptr< const Element > ConstElementPtr
Definition: data.h:23
Defines the logger used by the top-level component of kea-dhcp-ddns.