#include <AsyncIpAddress.h>
Definition at line 104 of file AsyncIpAddress.h.
|
|
The type for the OS specific representation of an IP address.
Definition at line 110 of file AsyncIpAddress.h. |
|
|
Default constructor for the IpAddress class.
|
|
|
Constructor for the IpAddress class.
|
|
|
Constructor for the IpAddress class.
|
|
|
Copy contructor.
Definition at line 133 of file AsyncIpAddress.h. |
|
|
Destructor.
Definition at line 138 of file AsyncIpAddress.h. |
|
|
Return the IP address in OS specific representation.
Definition at line 144 of file AsyncIpAddress.h. |
|
|
Check if this is a unicast IP address.
|
|
|
Check if the IP address is within the given netmask.
|
|
|
Unequality operator.
Definition at line 196 of file AsyncIpAddress.h. |
|
|
Less than operator.
Definition at line 207 of file AsyncIpAddress.h. References m_addr. |
|
|
Assignment operator.
Definition at line 173 of file AsyncIpAddress.h. References m_addr. |
|
|
Equality operator.
Definition at line 185 of file AsyncIpAddress.h. References m_addr. |
|
|
Return the string representation of the IP address.
|
|
||||||||||||
|
Output stream operator.
|
1.4.4