29 static Binary2 get(
Binary2,
const void* buffer) ONIXS_SGX_OUCH_NOTHROW;
30 static Binary4 get(
Binary4,
const void* buffer) ONIXS_SGX_OUCH_NOTHROW;
32 static Binary8 get(
Binary8,
const void* buffer) ONIXS_SGX_OUCH_NOTHROW;
33 static Binary12 get(
const Binary12&,
const void* buffer) ONIXS_SGX_OUCH_NOTHROW;
35 static void set(
void* buffer, Binary2 value) ONIXS_SGX_OUCH_NOTHROW;
36 static void set(
void* buffer, Binary4 value) ONIXS_SGX_OUCH_NOTHROW;
37 static void set(
void* buffer, SignedBinary4 value) ONIXS_SGX_OUCH_NOTHROW;
38 static void set(
void* buffer, Binary8 value) ONIXS_SGX_OUCH_NOTHROW;
39 static void set(
void* buffer,
const Binary12& value) ONIXS_SGX_OUCH_NOTHROW;
43 static Int8
get(Int8,
const void*);
44 static void set(
void*, Int8);
45 static void set(
void*,
Binary1);
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_END
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_BEGIN
Big-endian conversion operations.