ipaddress 1.1.0
Loading...
Searching...
No Matches
base-v4.hpp File Reference

Adds basic functionality for working with IPv4. More...

#include "ip-address-base.hpp"
#include "hash.hpp"

Go to the source code of this file.

Classes

class  base_v4< Ext >
 A template class providing the base functionality for IPv4 addresses. More...
 

Namespaces

namespace  ipaddress
 Namespace dedicated to IP addresses and networks operations.
 

Detailed Description

Adds basic functionality for working with IPv4.

Author
Vladimir Shaleev

This file provides foundational classes and functions necessary for handling IPv4 addresses, including parsing, constructing, and manipulating IPv4 address representations. It serves as a base for higher-level IPv4 address operations and utilities.