Odil
A C++11 library for the DICOM standard
|
#include <boost/detail/endian.hpp>
Go to the source code of this file.
Namespaces | |
odil | |
Macros | |
#define | ODIL_SWAP |
Enumerations | |
enum | odil::ByteOrdering { odil::ByteOrdering::LittleEndian, odil::ByteOrdering::BigEndian } |
Functions | |
template<typename T > | |
T | odil::host_to_big_endian (T const &value) |
template<typename T > | |
T | odil::host_to_little_endian (T const &value) |
template<typename T > | |
T | odil::big_endian_to_host (T const &value) |
template<typename T > | |
T | odil::little_endian_to_host (T const &value) |
#define ODIL_SWAP |