#include <tcp_address.hpp>
Definition at line 15 of file tcp_address.hpp.
◆ tcp_address_t() [1/2]
zmq::tcp_address_t::tcp_address_t |
( |
| ) |
|
◆ tcp_address_t() [2/2]
zmq::tcp_address_t::tcp_address_t |
( |
const sockaddr * |
sa_, |
|
|
socklen_t |
sa_len_ |
|
) |
| |
◆ addr()
const sockaddr * zmq::tcp_address_t::addr |
( |
| ) |
const |
◆ addrlen()
socklen_t zmq::tcp_address_t::addrlen |
( |
| ) |
const |
◆ family()
sa_family_t zmq::tcp_address_t::family |
( |
| ) |
const |
◆ has_src_addr()
bool zmq::tcp_address_t::has_src_addr |
( |
| ) |
const |
◆ resolve()
int zmq::tcp_address_t::resolve |
( |
const char * |
name_, |
|
|
bool |
local_, |
|
|
bool |
ipv6_ |
|
) |
| |
◆ src_addr()
const sockaddr * zmq::tcp_address_t::src_addr |
( |
| ) |
const |
◆ src_addrlen()
socklen_t zmq::tcp_address_t::src_addrlen |
( |
| ) |
const |
◆ to_string()
int zmq::tcp_address_t::to_string |
( |
std::string & |
addr_ | ) |
const |
◆ _address
◆ _has_src_addr
bool zmq::tcp_address_t::_has_src_addr |
|
private |
◆ _source_address
ip_addr_t zmq::tcp_address_t::_source_address |
|
private |
The documentation for this class was generated from the following files: