libzmq master
The Intelligent Transport Layer
Functions

wire.hpp File Reference

#include "stdint.hpp"
Include dependency graph for wire.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint16_t zmq::get_uint16 (unsigned char *buffer_)
uint32_t zmq::get_uint32 (unsigned char *buffer_)
uint64_t zmq::get_uint64 (unsigned char *buffer_)
uint8_t zmq::get_uint8 (unsigned char *buffer_)
void zmq::put_uint16 (unsigned char *buffer_, uint16_t value)
void zmq::put_uint32 (unsigned char *buffer_, uint32_t value)
void zmq::put_uint64 (unsigned char *buffer_, uint64_t value)
void zmq::put_uint8 (unsigned char *buffer_, uint8_t value)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines