libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
wire.hpp File Reference
#include "stdint.hpp"
Include dependency graph for wire.hpp:

Go to the source code of this file.

Namespaces

 zmq
 

Functions

uint16_t zmq::get_uint16 (const unsigned char *buffer_)
 
uint32_t zmq::get_uint32 (const unsigned char *buffer_)
 
uint64_t zmq::get_uint64 (const unsigned char *buffer_)
 
uint8_t zmq::get_uint8 (const 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)