EntropyEngine::Core::SlotPool::Slot
EntropyEngine::Core::SlotPool::Slot
Section titled “EntropyEngine::Core::SlotPool::Slot”Internal slot structure combining generation tracking with user data.
#include <SlotPool.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| SlotGeneration | generation Authoritative generation counter. |
| SlotData | data User-defined slot data. |
| bool | active Slot is currently allocated. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable generation
Section titled “variable generation”SlotGeneration generation;Authoritative generation counter.
variable data
Section titled “variable data”SlotData data;User-defined slot data.
variable active
Section titled “variable active”bool active = false;Slot is currently allocated.
Updated on 2026-01-26 at 17:14:35 -0500