template <typename ALIGN, size_t SIZE>
union ObjectArena
Defined at line 165 of file gen/third_party/openweave-core/src/include/SystemLayer/SystemObject.h
A union template used for representing a well-aligned block of memory.
Template Parameters
ALIGN a typename with the alignment properties for the block.
SIZE a constant size of the block in bytes.
Public Members
uint8_t[SIZE] uMemory
ALIGN uAlign