nl::Weave::System::ObjectArena

#include <src/system/SystemObject.h>

A union template used for representing a well-aligned block of memory.

Summary

Details
Template Parameters
ALIGN
a typename with the alignment properties for the block.
SIZE
a constant size of the block in bytes.

Public attributes

uAlign
ALIGN
uMemory[SIZE]
uint8_t

Public attributes

uAlign

ALIGN uAlign

uMemory

uint8_t uMemory[SIZE]