ZIO
Python and C++ interface to ZeroMQ and Zyre
|
#include <zyre.h>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | zio::peer_info_t |
class | zio::Peer |
Peer at the network to discover peers and advertise self. More... | |
Namespaces | |
zio | |
implementation of ZIO data flow protocol endpoints | |
Typedefs | |
typedef std::string | zio::nickname_t |
A peer asserts a nickname. More... | |
typedef std::string | zio::uuid_t |
Uniquely identify a peer. More... | |
typedef std::string | zio::header_key_t |
A "header" is on in a set of key/value pairs asserted by a peer. More... | |
typedef std::string | zio::header_value_t |
typedef std::pair< header_key_t, header_value_t > | zio::header_t |
typedef std::map< header_key_t, header_value_t > | zio::headerset_t |
typedef std::map< uuid_t, peer_info_t > | zio::peerset_t |