Open Search
    DataMemBlock Struct Reference

    #include <datatypebase.h>

    Detailed Description

    DataMemBlock is the placeholder for values stored in a generic Data 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.