ComponentStorage

Undocumented in source.

Members

Functions

add
void add(Entity entity, Component component)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Component* get(Entity entity)
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.
remove
void remove(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
removeIfContains
void removeIfContains(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Variables

allocator
Allocator* allocator;
Undocumented in source.
instances
Array!(Component) instances;
Undocumented in source.
safeDeinit
void delegate(ComponentStorage*) safeDeinit;
Undocumented in source.
safeRemoveIfContains
void delegate(ComponentStorage*, Entity) safeRemoveIfContains;
Undocumented in source.
safeSwap
void delegate(ComponentStorage*, Entity, Entity, bool) safeSwap;
Undocumented in source.
set
SparseSet!(Entity)* set;
Undocumented in source.
superr
size_t superr;

doesnt really belong here...used to denote group ownership

Meta