Header for table cache elements.
More...
#include <flecs.h>
Header for table cache elements.
Definition at line 502 of file flecs.h.
◆ cache
struct ecs_table_cache_t* ecs_table_cache_hdr_t::cache |
Table cache of element.
Of type ecs_id_record_t* for component index elements.
Definition at line 503 of file flecs.h.
◆ empty
bool ecs_table_cache_hdr_t::empty |
Whether element is in empty list.
Definition at line 506 of file flecs.h.
◆ next
Next/previous elements for id in table cache.
Definition at line 505 of file flecs.h.
◆ prev
◆ table
Table associated with element.
Definition at line 504 of file flecs.h.
The documentation for this struct was generated from the following file: