BDE 4.14.0 Production release
|
#include <bdld_datum.h>
Static Public Member Functions | |
template<class t_TYPE > | |
static t_TYPE | load (const void *source, int offset) |
template<class t_TYPE > | |
static t_TYPE | store (void *destination, int offset, t_TYPE value) |
This struct contains helper functions used to access typed objects within a buffer. The functions assume that objects within the buffers have proper alignment and use casts to suppress compiler warnings about possible alignment problems.
|
inlinestatic |
Return the typed value found at the specified offset
within the specified source
.
|
inlinestatic |
Store the specified typed value
at the specified offset
within the specified destination
and return value
.