![]() |
Kea
1.9.9-git
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::util | |
Functions | |
| template<typename T > | |
| bool | isc::util::equalValues (const T &ptr1, const T &ptr2) |
| This function checks if two pointers are non-null and values are equal. More... | |
| template<typename T > | |
| bool | isc::util::nullOrEqualValues (const T &ptr1, const T &ptr2) |
| This function checks if two pointers are both null or both are non-null and they point to equal values. More... | |