Skip to content

EntropyEngine::Core::EntropyObject::HandleCore

EntropyEngine::Core::EntropyObject::HandleCore

Section titled “EntropyEngine::Core::EntropyObject::HandleCore”

Optional handle identity stamped by an owner/registry. More…

#include <EntropyObject.h>

Name
boolisSet() const
uint64_tid64() const
Name
void *owner
Owning registry that stamped this object.
uint32_tindex
Slot index within the owner.
uint32_tgeneration
Generation for stale-handle detection.
struct EntropyEngine::Core::EntropyObject::HandleCore;

Optional handle identity stamped by an owner/registry.

When set, identifies the object within its owner using index+generation. This enables generation-based validation and C API interop.

inline bool isSet() const
inline uint64_t id64() const
void * owner = nullptr;

Owning registry that stamped this object.

uint32_t index = 0;

Slot index within the owner.

uint32_t generation = 0;

Generation for stale-handle detection.


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