Kea
2.7.5
dhcp_queue_control_parser.h
Go to the documentation of this file.
1
// Copyright (C) 2018-2023 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
>
12
#include <
dhcpsrv/parsers/dhcp_parsers.h
>
13
14
namespace
isc
{
15
namespace
dhcp {
16
34
class
DHCPQueueControlParser
:
public
isc::data::SimpleParser
{
35
public
:
36
38
DHCPQueueControlParser
(){};
39
49
data::ElementPtr
parse
(
const
isc::data::ConstElementPtr
& control_elem,
50
bool
multi_threading_enabled);
51
52
private
:
53
};
54
55
}
56
}
// end of namespace isc
57
58
#endif
// DHCP_QUEUE_CONTROL_PARSER_H
isc::data::SimpleParser
A simple parser.
Definition
lib/cc/simple_parser.h:68
isc::dhcp::DHCPQueueControlParser
Parser for the configuration of DHCP packet queue controls.
Definition
dhcp_queue_control_parser.h:34
isc::dhcp::DHCPQueueControlParser::DHCPQueueControlParser
DHCPQueueControlParser()
Constructor.
Definition
dhcp_queue_control_parser.h:38
isc::dhcp::DHCPQueueControlParser::parse
data::ElementPtr parse(const isc::data::ConstElementPtr &control_elem, bool multi_threading_enabled)
Parses content of the "dhcp-queue-control".
Definition
dhcp_queue_control_parser.cc:23
data.h
dhcp_parsers.h
simple_parser.h
isc::data::ConstElementPtr
boost::shared_ptr< const Element > ConstElementPtr
Definition
data.h:29
isc::data::ElementPtr
boost::shared_ptr< Element > ElementPtr
Definition
data.h:28
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
dhcpsrv
parsers
dhcp_queue_control_parser.h
Generated on Wed Nov 20 2024 11:53:25 for Kea by
1.10.0