zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces
exception.hpp File Reference
#include <stdexcept>
#include <string>
#include <zmq.h>
Include dependency graph for exception.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zmqpp::exception
 Represents the base zmqpp exception. More...
 
class  zmqpp::invalid_instance
 Represents an attempt to use an invalid object. More...
 
class  zmqpp::actor_initialization_exception
 Represents a failed zmqpp::actor initialization. More...
 
class  zmqpp::z85_exception
 Thrown when an error occurs while encoding or decoding to/from z85. More...
 
class  zmqpp::zmq_internal_exception
 Represents internal zmq errors. More...
 

Namespaces

 zmqpp
 C++ wrapper around zmq.
 

Detailed Description

Date
9 Aug 2011
Author
Ben Gray (@benjamg)