Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
endian.h File Reference
#include <boost/predef/version_number.h>
#include <boost/predef/make.h>
#include <boost/predef/library/c/gnu.h>
#include <boost/predef/os/macos.h>
#include <boost/predef/os/bsd.h>
#include <boost/predef/architecture.h>
#include <boost/predef/detail/test.h>
Include dependency graph for endian.h:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_ENDIAN_BIG_BYTE   BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
#define BOOST_ENDIAN_BIG_WORD   BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
#define BOOST_ENDIAN_LITTLE_BYTE   BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
#define BOOST_ENDIAN_LITTLE_WORD   BOOST_VERSION_NUMBER_NOT_AVAILABLE
 
#define BOOST_ENDIAN_BIG_BYTE_NAME   "Byte-Swapped Big-Endian"
 
#define BOOST_ENDIAN_BIG_WORD_NAME   "Word-Swapped Big-Endian"
 
#define BOOST_ENDIAN_LITTLE_BYTE_NAME   "Byte-Swapped Little-Endian"
 
#define BOOST_ENDIAN_LITTLE_WORD_NAME   "Word-Swapped Little-Endian"
 

Macro Definition Documentation

#define BOOST_ENDIAN_BIG_BYTE   BOOST_VERSION_NUMBER_NOT_AVAILABLE
#define BOOST_ENDIAN_BIG_BYTE_NAME   "Byte-Swapped Big-Endian"
#define BOOST_ENDIAN_BIG_WORD   BOOST_VERSION_NUMBER_NOT_AVAILABLE
#define BOOST_ENDIAN_BIG_WORD_NAME   "Word-Swapped Big-Endian"
#define BOOST_ENDIAN_LITTLE_BYTE   BOOST_VERSION_NUMBER_NOT_AVAILABLE
#define BOOST_ENDIAN_LITTLE_BYTE_NAME   "Byte-Swapped Little-Endian"
#define BOOST_ENDIAN_LITTLE_WORD   BOOST_VERSION_NUMBER_NOT_AVAILABLE
#define BOOST_ENDIAN_LITTLE_WORD_NAME   "Word-Swapped Little-Endian"