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 
25 
31 
43 
49 
50 }; // end of isc::test namespace
51 }; // end of isc namespace
52 
53 #endif // USER_CONTEXT_UTILS_H
boost::shared_ptr< Element > ElementPtr
Definition: data.h:20
ElementPtr moveComments(ElementPtr element)
Move comment entries to user-context.
ElementPtr extractComments(ElementPtr element)
Extract comment entries from user-context.
boost::shared_ptr< const Element > ConstElementPtr
Definition: data.h:23
Defines the logger used by the top-level component of kea-dhcp-ddns.