Go to the source code of this file.
Macros | |
#define | LIBZMQ_DELETE(p_object) |
#define | LIBZMQ_UNUSED(object) (void) object |
#define | ZMQ_DEFAULT |
#define | ZMQ_FINAL |
#define | ZMQ_NOEXCEPT |
#define | ZMQ_NON_COPYABLE_NOR_MOVABLE(classname) |
#define | ZMQ_OVERRIDE |
#define LIBZMQ_DELETE | ( | p_object | ) |
Definition at line 7 of file macros.hpp.
#define LIBZMQ_UNUSED | ( | object | ) | (void) object |
Definition at line 6 of file macros.hpp.
#define ZMQ_DEFAULT |
Definition at line 43 of file macros.hpp.
#define ZMQ_FINAL |
Definition at line 35 of file macros.hpp.
#define ZMQ_NOEXCEPT |
Definition at line 19 of file macros.hpp.
#define ZMQ_NON_COPYABLE_NOR_MOVABLE | ( | classname | ) |
Definition at line 58 of file macros.hpp.
#define ZMQ_OVERRIDE |
Definition at line 27 of file macros.hpp.