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

Go to the source code of this file.

Classes

struct  zio::PrefixHeader
 
struct  zio::CoordHeader
 
struct  zio::Header
 
class  zio::Message
 a ZIO message More...
 

Namespaces

 zio
 implementation of ZIO data flow protocol endpoints
 
 zio::level
 

Typedefs

typedef uint64_t zio::origin_t
 
typedef uint64_t zio::granule_t
 
typedef uint64_t zio::seqno_t
 

Enumerations

enum  zio::level::MessageLevel {
  zio::level::undefined =0, zio::level::trace, zio::level::verbose, zio::level::debug,
  zio::level::info, zio::level::summary, zio::level::warning, zio::level::error,
  zio::level::fatal
}
 

Functions

const char * zio::level::name (MessageLevel lvl)