escript
Revision_
|
#include <escript/DataTypes.h>
#include <boost/detail/endian.hpp>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
ripley | |
Macros | |
#define | RIPLEY_DLL_API |
#define | bswap_32(D) (D) |
#define | bswap_64(D) (D) |
Enumerations | |
enum | { ripley::BYTEORDER_NATIVE = BOOST_BYTE_ORDER, ripley::BYTEORDER_LITTLE_ENDIAN = 1234, ripley::BYTEORDER_BIG_ENDIAN = 4321 } |
enum | { ripley::DATATYPE_INT32 = 1, ripley::DATATYPE_FLOAT32, ripley::DATATYPE_FLOAT64 } |
Functions | |
char * | ripley::byte_swap32 (char *val) |
char * | ripley::byte_swap64 (char *val) |
#define bswap_32 | ( | D | ) | (D) |
Referenced by ripley::byte_swap32().
#define bswap_64 | ( | D | ) | (D) |
Referenced by ripley::byte_swap64().
#define RIPLEY_DLL_API |