Kea 2.7.5
|
Wraps value holding size of the page with host reservations. More...
#include <base_host_data_source.h>
Public Member Functions | |
HostPageSize (const size_t page_size) | |
Constructor. | |
Public Attributes | |
const size_t | page_size_ |
Holds page size. | |
Wraps value holding size of the page with host reservations.
Definition at line 53 of file base_host_data_source.h.
|
inlineexplicit |
Constructor.
page_size | page size value. |
OutOfRange | if page size is 0 or greater than uint32_t numeric limit. |
Definition at line 61 of file base_host_data_source.h.
References isc_throw, and page_size_.
const size_t isc::dhcp::HostPageSize::page_size_ |
Holds page size.
Definition at line 71 of file base_host_data_source.h.
Referenced by HostPageSize().