ZIO
Python and C++ interface to ZeroMQ and Zyre
|
#include "zio/peer.hpp"
#include "zio/message.hpp"
#include "zio/interned.hpp"
#include <memory>
#include <map>
Go to the source code of this file.
Classes | |
class | zio::Port |
A port holds a socket in the context of a node. More... | |
Namespaces | |
zio | |
implementation of ZIO data flow protocol endpoints | |
Typedefs | |
typedef std::shared_ptr< Port > | zio::portptr_t |
The context can't be copied and ports like to be shared. More... | |