Kea
1.5.0
user_context_utils.h
Go to the documentation of this file.
1
// Copyright (C) 2017-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 USER_CONTEXT_UTILS_H
8
#define USER_CONTEXT_UTILS_H
9
10
#include <
cc/data.h
>
11
12
namespace
isc
{
13
namespace
test {
14
24
isc::data::ElementPtr
moveComments
(
isc::data::ElementPtr
element);
25
30
isc::data::ConstElementPtr
moveComments
(
isc::data::ConstElementPtr
element);
31
42
isc::data::ElementPtr
extractComments
(
isc::data::ElementPtr
element);
43
48
isc::data::ConstElementPtr
extractComments
(
isc::data::ConstElementPtr
element);
49
50
};
// end of isc::test namespace
51
};
// end of isc namespace
52
53
#endif // USER_CONTEXT_UTILS_H
isc::test::moveComments
ElementPtr moveComments(ElementPtr element)
Move comment entries to user-context.
Definition:
user_context_utils.cc:126
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition:
agent_parser.cc:144
data.h
isc::data::ElementPtr
boost::shared_ptr< Element > ElementPtr
Definition:
data.h:20
isc::data::ConstElementPtr
boost::shared_ptr< const Element > ConstElementPtr
Definition:
data.h:23
isc::test::extractComments
ElementPtr extractComments(ElementPtr element)
Extract comment entries from user-context.
Definition:
user_context_utils.cc:234
src
lib
testutils
user_context_utils.h
Generated on Fri Jul 10 2020 09:12:51 for Kea by
1.8.18