5#include "../ip_address.hpp"
6#include "../../iequatable.hpp"
70 bool equals(const
xtd::
object& obj) const noexcept override;
78 xtd::
size get_hash_code() const noexcept override;
84 int32 address_interface_ = 0;
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
Represent an interface class.
Definition interface.hpp:31
Provides an Internet Protocol (IP) address.
Definition ip_address.hpp:42
Implements the Berkeley sockets interface.
Definition socket.hpp:76
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
@ socket
The socket is not valid.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10