Represents IP address.
More...
#include <B2BITS_IPAddr.h>
Constructs IPAddr instance using IP address parts.
References a1, a2, and a3.
bool System::IPAddr::operator!= |
( |
IPAddr const & |
rv | ) |
|
|
inline |
Compares two IPAddr instances.
Returns true, if instances are NOT equal; false otherwise.
bool System::IPAddr::operator== |
( |
IPAddr const & |
rv | ) |
const |
|
inline |
Compares two IPAddr instances.
Returns true, if instances are equal; false otherwise.
References a1, a2, a3, and a4.
Part of the IP address.
- Note
- Field order is important. Please do not change it.
Referenced by create(), and operator==().