Kea  1.5.0
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
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition: agent_parser.cc:144
isc::data::SimpleParser
A simple parser.
Definition: lib/cc/simple_parser.h:60
isc::process::ConfigControlInfoPtr
boost::shared_ptr< ConfigControlInfo > ConfigControlInfoPtr
Defines a pointer to a ConfigControlInfo.
Definition: config_ctl_info.h:199
config_ctl_info.h
isc::process::ConfigControlParser::parse
ConfigControlInfoPtr parse(const data::ConstElementPtr &config_control)
Parses a configuration control Element.
Definition: config_ctl_parser.cc:21
isc::process::ConfigControlParser
Implements parser for config control information, "config-control".
Definition: config_ctl_parser.h:18
data.h
isc::data::ConstElementPtr
boost::shared_ptr< const Element > ConstElementPtr
Definition: data.h:23
simple_parser.h