#include <address.hpp>
Public Member Functions | |
address_t (const std::string &protocol_, const std::string &address_, ctx_t *parent_) | |
int | to_string (std::string &addr_) const |
~address_t () | |
Public Attributes | |
const std::string | address |
ctx_t *const | parent |
const std::string | protocol |
union { | |
void * dummy | |
tcp_address_t * tcp_addr | |
udp_address_t * udp_addr | |
} | resolved |
Definition at line 64 of file address.hpp.
zmq::address_t::address_t | ( | const std::string & | protocol_, |
const std::string & | address_, | ||
ctx_t * | parent_ | ||
) |
Definition at line 21 of file address.cpp.
zmq::address_t::~address_t | ( | ) |
Definition at line 29 of file address.cpp.
int zmq::address_t::to_string | ( | std::string & | addr_ | ) | const |
Definition at line 65 of file address.cpp.
const std::string zmq::address_t::address |
Definition at line 73 of file address.hpp.
void* zmq::address_t::dummy |
Definition at line 80 of file address.hpp.
ctx_t* const zmq::address_t::parent |
Definition at line 74 of file address.hpp.
const std::string zmq::address_t::protocol |
Definition at line 72 of file address.hpp.
union { ... } zmq::address_t::resolved |
tcp_address_t* zmq::address_t::tcp_addr |
Definition at line 81 of file address.hpp.
udp_address_t* zmq::address_t::udp_addr |
Definition at line 82 of file address.hpp.