MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
Ip

Classes and methods related to IP (addresses, subnets, etc) More...

Classes

struct  mtcore::IPv4
 Represents an IP version 4 address (32 bits) Can be converted to an IPv6. More...
 
struct  mtcore::IPv6
 Represents an IP version 6 address (128 bits) If it represents an IPv4 address, can be converted to an IPv4 address. More...
 
struct  mtcore::SubnetMaskV6
 Gets a subnet mask for an IP version 6 subnet. More...
 
struct  mtcore::SubnetV4
 A masked IP version 4 address. More...
 
struct  mtcore::SubnetV6
 A masked IP version 6 address. More...
 

Detailed Description

Classes and methods related to IP (addresses, subnets, etc)