#include <string>
#include <vector>
#include <map>
#include "atomic_ptr.hpp"
#include "stddef.h"
#include "stdint.hpp"
#include "tcp_address.hpp"
Go to the source code of this file.
|
template<typename T > |
int | zmq::do_getsockopt (void *const optval_, size_t *const optvallen_, T value_) |
|
int | zmq::do_getsockopt (void *optval_, size_t *optvallen_, const std::string &value_) |
|
int | zmq::do_getsockopt (void *optval_, size_t *optvallen_, const void *value_, size_t value_len_) |
|
int | zmq::do_setsockopt_int_as_bool_relaxed (const void *optval_, size_t optvallen_, bool *out_value_) |
|
int | zmq::do_setsockopt_int_as_bool_strict (const void *optval_, size_t optvallen_, bool *out_value_) |
|
bool | zmq::get_effective_conflate_option (const options_t &options) |
|
◆ CURVE_KEYSIZE
◆ CURVE_KEYSIZE_Z85
#define CURVE_KEYSIZE_Z85 40 |