#include <net_utils_base.h>
◆ ipv4_network_address() [1/2]
| constexpr epee::net_utils::ipv4_network_address::ipv4_network_address |
( |
| ) |
|
|
inlinenoexcept |
◆ ipv4_network_address() [2/2]
| constexpr epee::net_utils::ipv4_network_address::ipv4_network_address |
( |
uint32_t |
ip, |
|
|
uint16_t |
port |
|
) |
| |
|
inlinenoexcept |
◆ equal()
◆ get_type_id()
| static constexpr address_type epee::net_utils::ipv4_network_address::get_type_id |
( |
| ) |
|
|
inlinestaticnoexcept |
◆ get_zone()
| static constexpr zone epee::net_utils::ipv4_network_address::get_zone |
( |
| ) |
|
|
inlinestaticnoexcept |
◆ host_str()
| std::string epee::net_utils::ipv4_network_address::host_str |
( |
| ) |
const |
◆ if()
| epee::net_utils::ipv4_network_address::if |
( |
is_store |
| ) |
|
|
inline |
◆ ip()
| constexpr uint32_t epee::net_utils::ipv4_network_address::ip |
( |
| ) |
const |
|
inlinenoexcept |
◆ is_blockable()
| static constexpr bool epee::net_utils::ipv4_network_address::is_blockable |
( |
| ) |
|
|
inlinestaticnoexcept |
◆ is_local()
| bool epee::net_utils::ipv4_network_address::is_local |
( |
| ) |
const |
◆ is_loopback()
| bool epee::net_utils::ipv4_network_address::is_loopback |
( |
| ) |
const |
◆ is_same_host()
◆ less()
◆ port()
| constexpr uint16_t epee::net_utils::ipv4_network_address::port |
( |
| ) |
const |
|
inlinenoexcept |
◆ str()
| std::string epee::net_utils::ipv4_network_address::str |
( |
| ) |
const |
◆ else
| epee::net_utils::ipv4_network_address::else |
◆ m_ip
| uint32_t epee::net_utils::ipv4_network_address::m_ip |
|
private |
◆ m_port
| uint16_t epee::net_utils::ipv4_network_address::m_port |
|
private |
The documentation for this class was generated from the following files: