nl:Weave:Système :ObjectArena

#include <src/system/SystemObject.h>

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

Résumé

Détails
Paramètres du modèle
ALIGN
un nom avec les propriétés d'alignement du bloc.
SIZE
Taille constante du bloc en octets.

Attributs publics

uAlign
ALIGN
uMemory[SIZE]
uint8_t

Attributs publics

Aligner

ALIGN uAlign

Mémoire

uint8_t uMemory[SIZE]