|  | Kea 3.0.0
    | 
#include <stdint.h>#include <iostream>Go to the source code of this file.
| Classes | |
| class | isc::dns::Serial | 
| This class defines DNS serial numbers and serial arithmetic.  More... | |
| Namespaces | |
| namespace | isc | 
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::dns | 
| Functions | |
| std::ostream & | isc::dns::operator<< (std::ostream &os, const Serial &serial) | 
| Helper operator for output streams, writes the value to the stream. | |
| Variables | |
| const uint32_t | isc::dns::MAX_SERIAL_INCREMENT = 2147483647 | 
| The maximum difference between two serial numbers. | |
| const uint64_t | isc::dns::MAX_SERIAL_VALUE = 4294967296ull | 
| Maximum value a serial can have, used in + operator. | |