#include <ip_resolver.hpp>
Public Member Functions | |
bool | allow_dns () |
ip_resolver_options_t & | allow_dns (bool allow_) |
bool | allow_nic_name () |
ip_resolver_options_t & | allow_nic_name (bool allow_) |
bool | allow_path () |
ip_resolver_options_t & | allow_path (bool allow_) |
bool | bindable () |
ip_resolver_options_t & | bindable (bool bindable_) |
bool | expect_port () |
ip_resolver_options_t & | expect_port (bool expect_) |
ip_resolver_options_t () | |
bool | ipv6 () |
ip_resolver_options_t & | ipv6 (bool ipv6_) |
Private Attributes | |
bool | _bindable_wanted |
bool | _dns_allowed |
bool | _ipv6_wanted |
bool | _nic_name_allowed |
bool | _path_allowed |
bool | _port_expected |
Definition at line 34 of file ip_resolver.hpp.
zmq::ip_resolver_options_t::ip_resolver_options_t | ( | ) |
Definition at line 95 of file ip_resolver.cpp.
bool zmq::ip_resolver_options_t::allow_dns | ( | ) |
Definition at line 172 of file ip_resolver.cpp.
zmq::ip_resolver_options_t & zmq::ip_resolver_options_t::allow_dns | ( | bool | allow_ | ) |
Definition at line 138 of file ip_resolver.cpp.
bool zmq::ip_resolver_options_t::allow_nic_name | ( | ) |
Definition at line 157 of file ip_resolver.cpp.
zmq::ip_resolver_options_t & zmq::ip_resolver_options_t::allow_nic_name | ( | bool | allow_ | ) |
Definition at line 114 of file ip_resolver.cpp.
bool zmq::ip_resolver_options_t::allow_path | ( | ) |
Definition at line 177 of file ip_resolver.cpp.
zmq::ip_resolver_options_t & zmq::ip_resolver_options_t::allow_path | ( | bool | allow_ | ) |
Definition at line 145 of file ip_resolver.cpp.
bool zmq::ip_resolver_options_t::bindable | ( | ) |
Definition at line 152 of file ip_resolver.cpp.
zmq::ip_resolver_options_t & zmq::ip_resolver_options_t::bindable | ( | bool | bindable_ | ) |
Definition at line 106 of file ip_resolver.cpp.
bool zmq::ip_resolver_options_t::expect_port | ( | ) |
Definition at line 167 of file ip_resolver.cpp.
zmq::ip_resolver_options_t & zmq::ip_resolver_options_t::expect_port | ( | bool | expect_ | ) |
Definition at line 131 of file ip_resolver.cpp.
bool zmq::ip_resolver_options_t::ipv6 | ( | ) |
Definition at line 162 of file ip_resolver.cpp.
zmq::ip_resolver_options_t & zmq::ip_resolver_options_t::ipv6 | ( | bool | ipv6_ | ) |
Definition at line 121 of file ip_resolver.cpp.
|
private |
Definition at line 54 of file ip_resolver.hpp.
|
private |
Definition at line 58 of file ip_resolver.hpp.
|
private |
Definition at line 56 of file ip_resolver.hpp.
|
private |
Definition at line 55 of file ip_resolver.hpp.
|
private |
Definition at line 59 of file ip_resolver.hpp.
|
private |
Definition at line 57 of file ip_resolver.hpp.