Handles

Undocumented in source.

Members

Functions

alive
bool alive(HandleType handle)
Undocumented in source. Be warned that the author may not have intended to support it.
create
HandleType create()
Undocumented in source. Be warned that the author may not have intended to support it.
extractId
IndexType extractId(HandleType handle)
Undocumented in source. Be warned that the author may not have intended to support it.
extractVersion
VersionType extractVersion(HandleType handle)
Undocumented in source. Be warned that the author may not have intended to support it.
forge
HandleType forge(IndexType id, VersionType versionn)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(HandleType handle)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

invalid_id
enum invalid_id;
Undocumented in source.

Static functions

createWith
Handles createWith(Allocator* allocator, size_t capacity)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

allocator
Allocator* allocator;
Undocumented in source.
append_cursor
IndexType append_cursor;
Undocumented in source.
handles
HandleType[] handles;
Undocumented in source.
last_destroyed
Optional!IndexType last_destroyed;
Undocumented in source.

Meta