Filters alllow for ad-hoc quick filtering of entity tables.
More...
#include <flecs.h>
Filters alllow for ad-hoc quick filtering of entity tables.
Definition at line 745 of file flecs.h.
◆ dtor
ecs_poly_dtor_t ecs_filter_t::dtor |
Dtor mixin.
Definition at line 763 of file flecs.h.
◆ entity
Entity associated with filter (optional)
Definition at line 761 of file flecs.h.
◆ field_count
int32_t ecs_filter_t::field_count |
Number of fields in iterator for filter.
Definition at line 750 of file flecs.h.
◆ flags
ecs_flags32_t ecs_filter_t::flags |
Filter flags.
Definition at line 755 of file flecs.h.
◆ hdr
◆ iterable
Iterable mixin.
Definition at line 762 of file flecs.h.
◆ owned
Is filter object owned by filter.
Definition at line 752 of file flecs.h.
◆ sizes
int32_t* ecs_filter_t::sizes |
Field size (same for each result)
Definition at line 758 of file flecs.h.
◆ term_count
int32_t ecs_filter_t::term_count |
Number of elements in terms array.
Definition at line 749 of file flecs.h.
◆ terms
Array containing terms for filter.
Definition at line 748 of file flecs.h.
◆ terms_owned
bool ecs_filter_t::terms_owned |
Is terms array owned by filter.
Definition at line 753 of file flecs.h.
◆ variable_names
char* ecs_filter_t::variable_names[1] |
Placeholder variable names array.
Definition at line 757 of file flecs.h.
◆ world
World mixin.
Definition at line 764 of file flecs.h.
The documentation for this struct was generated from the following file: