EntropyEngine::Core::HandleAccess
EntropyEngine::Core::HandleAccess
Section titled “EntropyEngine::Core::HandleAccess”Helper allowing owners to stamp/clear identity without friending each derived type. More…
#include <EntropyObject.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| void | set(EntropyObject & o, void * owner, uint32_t index, uint32_t generation) |
| void | clear(EntropyObject & o) |
Detailed Description
Section titled “Detailed Description”struct EntropyEngine::Core::HandleAccess;Helper allowing owners to stamp/clear identity without friending each derived type.
Usage: HandleAccess::set(obj, owner, index, generation) when allocating; and HandleAccess::clear(obj) before releasing/bumping generation.
Public Functions Documentation
Section titled “Public Functions Documentation”function set
Section titled “function set”static inline void set( EntropyObject & o, void * owner, uint32_t index, uint32_t generation)function clear
Section titled “function clear”static inline void clear( EntropyObject & o)Updated on 2026-01-26 at 17:14:35 -0500