ZIO
Python and C++ interface to ZeroMQ and Zyre
Classes | Namespaces | Typedefs
port.hpp File Reference
#include "zio/peer.hpp"
#include "zio/message.hpp"
#include "zio/interned.hpp"
#include <memory>
#include <map>
Include dependency graph for port.hpp:
This graph shows which files directly or indirectly include this file:

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...