libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
msg.cpp File Reference
#include "precompiled.hpp"
#include "macros.hpp"
#include "msg.hpp"
#include "../include/zmq.h"
#include <string.h>
#include <stdlib.h>
#include <new>
#include "stdint.hpp"
#include "likely.hpp"
#include "metadata.hpp"
#include "err.hpp"
Include dependency graph for msg.cpp:

Go to the source code of this file.

Typedefs

typedef char zmq_msg_size_check[2 *((sizeof(zmq::msg_t)==sizeof(zmq_msg_t))!=0)-1]
 

Typedef Documentation

typedef char zmq_msg_size_check[2 *((sizeof(zmq::msg_t)==sizeof(zmq_msg_t))!=0)-1]

Definition at line 48 of file msg.cpp.