ZIO
Python and C++ interface to ZeroMQ and Zyre
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.
10 
12  int sock_type(const socket_t& sock);
13  std::string sock_type_name(int stype);
14 }
15 #endif
16 
std::string sock_type_name(int stype)
Definition: interned.cpp:11
int sock_type(const socket_t &sock)
Return the ZeroMQ socket type number for the socket.
Definition: interned.cpp:6
implementation of ZIO data flow protocol endpoints
Definition: actor.hpp:14
nlohmann::json json
Definition: interned.hpp:9