ZIO
Python and C++ interface to ZeroMQ and Zyre
inc
zio
interned.hpp
Go to the documentation of this file.
1
#ifndef ZIO_EXTERNALS_HPP_SEEN
2
#define ZIO_EXTERNALS_HPP_SEEN
3
4
#include "zio/json.hpp"
5
#include "
zio/cppzmq.hpp
"
6
7
namespace
zio
{
8
// The great Nlohmann's JSON.
9
using
json
=
nlohmann::json
;
10
12
int
sock_type
(
const
socket_t
&
sock
);
13
std::string
sock_type_name
(
int
stype);
14
}
15
#endif
16
cppzmq.hpp
zio::sock_type_name
std::string sock_type_name(int stype)
Definition:
interned.cpp:11
zmq::socket_t
Definition:
zmq.hpp:1621
test_ugly.sock
sock
Definition:
test_ugly.py:159
zio::sock_type
int sock_type(const socket_t &sock)
Return the ZeroMQ socket type number for the socket.
Definition:
interned.cpp:6
zio
implementation of ZIO data flow protocol endpoints
Definition:
actor.hpp:14
zio::json
nlohmann::json json
Definition:
interned.hpp:9
Generated by
1.8.13