HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IpAddress.h File Reference
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_FixedArray.h"
#include "UT_StringHolder.h"
#include <SYS/SYS_Compiler.h>
#include <cstdint>
#include <cstring>
+ Include dependency graph for UT_IpAddress.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_IpAddressV4
 This represents a Ipv4 address. More...
 
class  UT_IpAddressV6
 This represents a Ipv6 address. More...
 
class  UT_IpAddress
 This represents either an Ipv4 address or an Ipv6 address. More...
 
class  UT_IpNetworkV4
 
class  UT_IpNetworkV6
 

Enumerations

enum  UT_IpAddressFamily { UT_IpAddressFamily::ANY, UT_IpAddressFamily::IPv4, UT_IpAddressFamily::IPv6 }
 

Enumeration Type Documentation

enum UT_IpAddressFamily
strong
Enumerator
ANY 
IPv4 
IPv6 

Definition at line 26 of file UT_IpAddress.h.