Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
ipaddress.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
24
#if (__WIN32__)
25
#include "
net/win32/win32ipaddress.h
"
26
namespace
Net
27
{
28
typedef
Win32::Win32IpAddress
IpAddress
;
29
}
30
#elif __linux__
31
#include "
net/posix/posixipaddress.h
"
32
namespace
Net
33
{
34
typedef
Posix::PosixIpAddress
IpAddress
;
35
}
36
#else
37
#error "IpAddress class not implemented on this platform"
38
#endif
39
//------------------------------------------------------------------------------
IpAddress
Represents an IP address, consisting of a IPv4 host address and a port number.
Posix::PosixIpAddress
Represents an IP address, consisting of a IPv4 host address and a port number.
Definition
posixipaddress.h:35
Win32::Win32IpAddress
Represents an IP address, consisting of a IPv4 host address and a port number.
Definition
win32ipaddress.h:32
Net
Definition
debugmessage.h:20
posixipaddress.h
win32ipaddress.h
code
foundation
net
socket
ipaddress.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.