Class ipv4_address
An IP version 4 style address.
Synopsis
Declared in header <boost/url/ipv4_address.hpp>
class ipv4_address;
Types
Name |
Description |
The type used to represent an address as an array of bytes |
|
The type used to represent an address as an unsigned integer |
Member Functions
Name |
Description |
Construct from a string. Construct from an array of bytes. Construct from an unsigned integer. Constructor. |
|
Return true if the address is a loopback address |
|
Return true if the address is a multicast address |
|
Return true if the address is unspecified |
|
Copy Assignment. |
|
Write a dotted decimal string representing the address to a buffer |
|
Return the address as bytes, in network byte order. |
|
Return the address as a string in dotted decimal format |
|
Return the address as an unsigned integer. |
Friends
Name |
Description |
Return true if two addresses are not equal |
|
Return true if two addresses are equal |