zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Enumerations | Functions
inet.hpp File Reference
#include <cstdint>
#include <netinet/in.h>
#include "compatibility.hpp"
Include dependency graph for inet.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 zmqpp
 C++ wrapper around zmq.
 

Enumerations

enum  zmqpp::order { zmqpp::order::big_endian, zmqpp::order::little_endian }
 Possible byte order types. More...
 

Functions

uint64_t zmqpp::swap_if_needed (uint64_t const value_to_check)
 
uint64_t zmqpp::htonll (uint64_t const hostlonglong)
 
uint64_t zmqpp::ntohll (uint64_t const networklonglong)
 
float zmqpp::htonf (float value)
 
float zmqpp::ntohf (float value)
 
double zmqpp::htond (double value)
 
double zmqpp::ntohd (double value)
 

Detailed Description

Date
10 Aug 2011
Author
Ben Gray (@benjamg)