ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Member Functions | List of all members
zmq::error_t Class Reference

#include <zmq.hpp>

Inheritance diagram for zmq::error_t:
Inheritance graph
[legend]
Collaboration diagram for zmq::error_t:
Collaboration graph
[legend]

Public Member Functions

 error_t ()
 
virtual const char * what () const ZMQ_NOTHROW ZMQ_OVERRIDE
 
int num () const
 

Detailed Description

Definition at line 245 of file zmq.hpp.

Constructor & Destructor Documentation

◆ error_t()

zmq::error_t::error_t ( )
inline

Definition at line 248 of file zmq.hpp.

Member Function Documentation

◆ num()

int zmq::error_t::num ( ) const
inline

Definition at line 253 of file zmq.hpp.

◆ what()

virtual const char* zmq::error_t::what ( ) const
inlinevirtual

Definition at line 249 of file zmq.hpp.


The documentation for this class was generated from the following file: