SparseSet

Undocumented in source.

Members

Functions

add
void add(SparseT sparse)
Undocumented in source. Be warned that the author may not have intended to support it.
assure
SparseT[] assure(size_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(SparseT sparse)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
index
SparseT index(SparseT sparse)
Undocumented in source. Be warned that the author may not have intended to support it.
len
size_t len()
Undocumented in source. Be warned that the author may not have intended to support it.
offset
size_t offset(SparseT sparse)
Undocumented in source. Be warned that the author may not have intended to support it.
page
size_t page(SparseT sparse)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(SparseT sparse)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

entity_per_page
enum entity_per_page;
Undocumented in source.
page_size
enum page_size;
Undocumented in source.

Static functions

create
SparseSet create(Allocator* allocator)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

allocator
Allocator* allocator;
Undocumented in source.
dense
Array!SparseT dense;
Undocumented in source.
entity_mask
SparseT entity_mask;
Undocumented in source.
sparse
Array!(SparseT[]) sparse;
Undocumented in source.

Meta