Nebula
Loading...
Searching...
No Matches
ipaddress.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
24#if (__WIN32__)
26namespace Net
27{
29}
30#elif __linux__
32namespace Net
33{
35}
36#else
37#error "IpAddress class not implemented on this platform"
38#endif
39//------------------------------------------------------------------------------
Represents an IP address, consisting of a IPv4 host address and a port number.
Represents an IP address, consisting of a IPv4 host address and a port number.
Definition posixipaddress.h:35
Represents an IP address, consisting of a IPv4 host address and a port number.
Definition win32ipaddress.h:32
Definition debugmessage.h:20