Overview Tutorial API reference Examples Build Download ZmqMessage 0.1 - 21 Oct 2011

include/zmqmessage/ZmqToolsFullImpl.hpp File Reference

#include <string>

Go to the source code of this file.

Namespaces

namespace  ZmqMessage

Functions

void zmqmessage_free (void *data, void *hint)
time_t ZmqMessage::get_time (zmq::message_t &message)
void ZmqMessage::init_msg (const void *t, size_t sz, zmq::message_t &msg)
bool ZmqMessage::has_more (zmq::socket_t &sock)
int ZmqMessage::relay_raw (zmq::socket_t &src, zmq::socket_t &dst, bool check_first_part)


Detailed Description

Copyright (c) 2010-2011 Phorm, Inc. GNU LGPL v 3.0, see http://www.gnu.org/licenses/lgpl-3.0-standalone.html
Author:
Andrey Skryabin <andrew@zmqmessage.org>, et al.
Full definition of all ZmqMessage tools functions. In HEADERONLY builds, they are included in client code and inlined. They are included either in library code, so in non-headeronly builds this code does not appear in client modules.

Function Documentation

void @2::zmqmessage_free ( void *  data,
void *  hint 
) [static]


ZmqMessage 0.1 — open source software, support@zmqmessage.org