Skip to content

EntropyEngine::Core::SlotPool::Slot

Internal slot structure combining generation tracking with user data.

#include <SlotPool.h>

Name
SlotGenerationgeneration
Authoritative generation counter.
SlotDatadata
User-defined slot data.
boolactive
Slot is currently allocated.
SlotGeneration generation;

Authoritative generation counter.

SlotData data;

User-defined slot data.

bool active = false;

Slot is currently allocated.


Updated on 2026-01-26 at 17:14:35 -0500