OpenVPN 3 Core Library
Loading...
Searching...
No Matches
range.hpp File Reference
#include <cstddef>
#include <string>
#include <sstream>
#include <openvpn/addr/ip.hpp>
Include dependency graph for range.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvpn::IP::RangeType< ADDR >
 designed to represent and manage a range of IP addresses. More...
 
class  openvpn::IP::RangeType< ADDR >::Iterator
 allow easy navigation through a series of IP addresses More...
 
class  openvpn::IP::RangePartitionType< ADDR >
 divide a range of IP addresses into smaller, equal-sized partitions More...
 

Namespaces

namespace  openvpn
 
namespace  openvpn::IP
 

Typedefs

using openvpn::IP::Range = RangeType< IP::Addr >
 
using openvpn::IP::RangePartition = RangePartitionType< IP::Addr >