|  | Kea 3.1.0
    | 
Structure representing IP address range. More...
#include <ip_range.h>
| Public Member Functions | |
| AddressRange (const asiolink::IOAddress &start, const asiolink::IOAddress &end) | |
| Constructor. | |
| Public Attributes | |
| asiolink::IOAddress | end_ | 
| IP address denoting the end of the address range. | |
| asiolink::IOAddress | start_ | 
| IP address denoting the start of the address range. | |
Structure representing IP address range.
Definition at line 16 of file ip_range.h.
| isc::dhcp::AddressRange::AddressRange | ( | const asiolink::IOAddress & | start, | 
| const asiolink::IOAddress & | end ) | 
Constructor.
| start | beginning of the address range. | 
| end | end of the address range. | 
| BadValue | if the startis greater than the end or specified boundaries do not belong to the same family. | 
Definition at line 18 of file ip_range.cc.
References end_, if(), isc_throw, and start_.
| asiolink::IOAddress isc::dhcp::AddressRange::end_ | 
IP address denoting the end of the address range.
Definition at line 20 of file ip_range.h.
Referenced by AddressRange().
| asiolink::IOAddress isc::dhcp::AddressRange::start_ | 
IP address denoting the start of the address range.
Definition at line 18 of file ip_range.h.
Referenced by AddressRange().