libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
zmq::msg_t::content_t Struct Reference

#include <msg.hpp>

Collaboration diagram for zmq::msg_t::content_t:

Public Attributes

void * data
 
msg_free_fnffn
 
void * hint
 
zmq::atomic_counter_t refcnt
 
size_t size
 

Detailed Description

Definition at line 66 of file msg.hpp.

Member Data Documentation

void* zmq::msg_t::content_t::data

Definition at line 68 of file msg.hpp.

msg_free_fn* zmq::msg_t::content_t::ffn

Definition at line 70 of file msg.hpp.

void* zmq::msg_t::content_t::hint

Definition at line 71 of file msg.hpp.

zmq::atomic_counter_t zmq::msg_t::content_t::refcnt

Definition at line 72 of file msg.hpp.

size_t zmq::msg_t::content_t::size

Definition at line 69 of file msg.hpp.