zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Macros | Typedefs | Functions
zmqpp.hpp File Reference
#include <zmq.h>
#include "compatibility.hpp"
#include "context.hpp"
#include "exception.hpp"
#include "message.hpp"
#include "poller.hpp"
#include "socket.hpp"
#include "actor.hpp"
#include "reactor.hpp"
#include "zap_request.hpp"
#include "auth.hpp"
Include dependency graph for zmqpp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 zmqpp
 C++ wrapper around zmq.
 

Macros

#define ZMQPP_VERSION_MAJOR   4
 zmqpp major version number More...
 
#define ZMQPP_VERSION_MINOR   1
 zmqpp minor version number More...
 
#define ZMQPP_VERSION_REVISION   1
 zmqpp version revision number More...
 

Typedefs

typedef poller zmqpp::poller_t
 poller type More...
 

Functions

std::string zmqpp::version ()
 
void zmqpp::version (uint8_t &major, uint8_t &minor, uint8_t &revision)
 
void zmqpp::zmq_version (uint8_t &major, uint8_t &minor, uint8_t &patch)
 

Detailed Description

Date
9 Aug 2011
Author
Ben Gray (@benjamg)

License: http://www.opensource.org/licenses/MIT

Copyright (C) 2011 by Ben Gray

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Macro Definition Documentation

#define ZMQPP_VERSION_MAJOR   4

zmqpp major version number

#define ZMQPP_VERSION_MINOR   1

zmqpp minor version number

#define ZMQPP_VERSION_REVISION   1

zmqpp version revision number