nl::Weave::System::ObjectArena

#include <src/system/SystemObject.h>

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

摘要

詳細資料
範本參數
ALIGN
包含區塊對齊屬性的 typename。
SIZE
區塊的固定大小 (以位元組為單位)。

公開屬性

uAlign
ALIGN
uMemory[SIZE]
uint8_t

公開屬性

uAlign

ALIGN uAlign

uMemory

uint8_t uMemory[SIZE]