#include <endpoint.hpp>
Public Member Functions | |
bool | clash () const |
endpoint_uri_pair_t () | |
endpoint_uri_pair_t (const std::string &local, const std::string &remote, endpoint_type_t local_type) | |
const std::string & | identifier () const |
Public Attributes | |
std::string | local |
endpoint_type_t | local_type |
std::string | remote |
Definition at line 17 of file endpoint.hpp.
|
inline |
Definition at line 19 of file endpoint.hpp.
|
inline |
Definition at line 20 of file endpoint.hpp.
|
inline |
Definition at line 32 of file endpoint.hpp.
|
inline |
Definition at line 27 of file endpoint.hpp.
std::string zmq::endpoint_uri_pair_t::local |
Definition at line 34 of file endpoint.hpp.
endpoint_type_t zmq::endpoint_uri_pair_t::local_type |
Definition at line 35 of file endpoint.hpp.
std::string zmq::endpoint_uri_pair_t::remote |
Definition at line 34 of file endpoint.hpp.