Kea  1.9.9-git
config_ctl_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 PROCESS_CONFIG_CONTROL_PARSER_H
8 #define PROCESS_CONFIG_CONTROL_PARSER_H
9 
10 #include <cc/data.h>
11 #include <cc/simple_parser.h>
13 
14 namespace isc {
15 namespace process {
16 
19 public:
20 
29  parse(const data::ConstElementPtr& config_control);
30 };
31 
32 } // enf of namespace isc::process
33 } // end of namespace isc
34 
35 #endif // PROCESS_CONFIG_CONTROL_PARSER_H
Implements parser for config control information, "config-control".
boost::shared_ptr< const Element > ConstElementPtr
Definition: data.h:23
ConfigControlInfoPtr parse(const data::ConstElementPtr &config_control)
Parses a configuration control Element.
Defines the logger used by the top-level component of kea-dhcp-ddns.
boost::shared_ptr< ConfigControlInfo > ConfigControlInfoPtr
Defines a pointer to a ConfigControlInfo.