#include <net_utils_base.h>
|
| static constexpr std::integral_constant< bool, is_store > | is_store_ {} |
|
| template<typename Type> |
| Type & | as_mutable () const |
| template<typename T, typename t_storage> |
| bool | serialize_addr (std::false_type, t_storage &stg, typename t_storage::hsection hparent) |
| template<typename T, typename t_storage> |
| bool | serialize_addr (std::true_type, t_storage &stg, typename t_storage::hsection hparent) const |
◆ network_address() [1/2]
| epee::net_utils::network_address::network_address |
( |
| ) |
|
|
inline |
◆ network_address() [2/2]
| epee::net_utils::network_address::network_address |
( |
const T & | src | ) |
|
|
inline |
◆ as()
| const Type & epee::net_utils::network_address::as |
( |
| ) |
const |
|
inline |
◆ as_mutable()
| Type & epee::net_utils::network_address::as_mutable |
( |
| ) |
const |
|
inlineprivate |
◆ equal()
◆ get_type_id()
| address_type epee::net_utils::network_address::get_type_id |
( |
| ) |
const |
|
inline |
◆ get_zone()
| zone epee::net_utils::network_address::get_zone |
( |
| ) |
const |
|
inline |
◆ host_str()
| std::string epee::net_utils::network_address::host_str |
( |
| ) |
const |
|
inline |
◆ if()
◆ is_blockable()
| bool epee::net_utils::network_address::is_blockable |
( |
| ) |
const |
|
inline |
◆ is_local()
| bool epee::net_utils::network_address::is_local |
( |
| ) |
const |
|
inline |
◆ is_loopback()
| bool epee::net_utils::network_address::is_loopback |
( |
| ) |
const |
|
inline |
◆ is_same_host()
◆ less()
◆ MERROR()
| epee::net_utils::network_address::MERROR |
( |
"Unsupported network address type: "<<(unsigned) | type | ) |
|
◆ port()
| std::uint16_t epee::net_utils::network_address::port |
( |
| ) |
const |
|
inline |
◆ serialize_addr() [1/2]
template<typename
T, typename t_storage>
| bool epee::net_utils::network_address::serialize_addr |
( |
std::false_type | , |
|
|
t_storage & | stg, |
|
|
typename t_storage::hsection | hparent ) |
|
inlineprivate |
◆ serialize_addr() [2/2]
template<typename
T, typename t_storage>
| bool epee::net_utils::network_address::serialize_addr |
( |
std::true_type | , |
|
|
t_storage & | stg, |
|
|
typename t_storage::hsection | hparent ) const |
|
inlineprivate |
◆ str()
| std::string epee::net_utils::network_address::str |
( |
| ) |
const |
|
inline |
◆ switch()
◆ false
| return epee::net_utils::network_address::false |
◆ is_store_
| std::integral_constant<bool, is_store> epee::net_utils::network_address::is_store_ {} |
|
staticconstexpr |
◆ self
| std::shared_ptr<interface> epee::net_utils::network_address::self |
|
private |
◆ type
| std::uint8_t epee::net_utils::network_address::type = std::uint8_t(is_store ? this_ref.get_type_id() : address_type::invalid) |
The documentation for this class was generated from the following files: