0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/openvpn/addr
Leonard Ossa 0cc1ce7d67 addr/macaddr: Refactor to modern C++
Remove unused include directives.
Change internal member C-style array to std::arry for better safety.
Adjust methods to use std::array.
Default constructor.
Use std::copy_n algorithm to clearly express intention.

Signed-off-by: Leonard Ossa <leonard.ossa@openvpn.com>
2024-08-27 18:31:11 +02:00
..
addrlist.hpp Refactor iterating to range-based loop 2024-07-09 14:39:33 +02:00
addrpair.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
addrspacesplit.hpp Refactor by getting rid of redundant value in loop 2024-07-10 16:43:19 +02:00
ip.hpp Refactor IPv4 IPv6 to modern C++ 2024-08-26 12:21:55 +00:00
iperr.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
ipv4.hpp Refactor IPv4 IPv6 to modern C++ 2024-08-26 12:21:55 +00:00
ipv6.hpp Refactor IPv4 IPv6 to modern C++ 2024-08-26 12:21:55 +00:00
macaddr.hpp addr/macaddr: Refactor to modern C++ 2024-08-27 18:31:11 +02:00
pool.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
quoteip.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
randaddr.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
range.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
regex_static.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
regex.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
route.hpp Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00