HDK
|
#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>
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 } |
|
strong |
Enumerator | |
---|---|
ANY | |
IPv4 | |
IPv6 |
Definition at line 26 of file UT_IpAddress.h.