DataMemBlock Struct Reference Data Types

#include <datatypebase.h>

详细描述

DataMemBlock is the placeholder for values stored in a generic 数据 object. If the actual value fits into the memory block it is stored directly in the block, otherwise memory has to be allocated, and just the pointer is stored in the block.

Public Attributes

Int64   dummy

Member Data Documentation

◆  dummy

Int64 dummy

memory block to reserve memory. Has to be big enough to hold a pointer. Its alignment also has to match the alignment of a pointer.