proxy.hpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: MPL-2.0 */
2 
3 #ifndef __ZMQ_PROXY_HPP_INCLUDED__
4 #define __ZMQ_PROXY_HPP_INCLUDED__
5 
6 namespace zmq
7 {
8 int proxy (class socket_base_t *frontend_,
9  class socket_base_t *backend_,
10  class socket_base_t *capture_);
11 
12 int proxy_steerable (class socket_base_t *frontend_,
13  class socket_base_t *backend_,
14  class socket_base_t *capture_,
15  class socket_base_t *control_);
16 }
17 
18 #endif
zmq::proxy
void proxy(void *frontend, void *backend, void *capture)
Definition: zmq.hpp:2274
zmq
Definition: zmq.hpp:229
zmq::proxy_steerable
void proxy_steerable(void *frontend, void *backend, void *capture, void *control)
Definition: zmq.hpp:2292


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:58