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 624 of file flecs.h.
◆ dtor
ecs_poly_dtor_t ecs_filter_t::dtor |
Dtor mixin.
Definition at line 642 of file flecs.h.
◆ entity
Entity associated with filter (optional)
Definition at line 640 of file flecs.h.
◆ field_count
int32_t ecs_filter_t::field_count |
Number of fields in iterator for filter.
Definition at line 629 of file flecs.h.
◆ flags
ecs_flags32_t ecs_filter_t::flags |
Filter flags.
Definition at line 634 of file flecs.h.
◆ hdr
◆ iterable
Iterable mixin.
Definition at line 641 of file flecs.h.
◆ owned
Is filter object owned by filter.
Definition at line 631 of file flecs.h.
◆ sizes
int32_t* ecs_filter_t::sizes |
Field size (same for each result)
Definition at line 637 of file flecs.h.
◆ term_count
int32_t ecs_filter_t::term_count |
Number of elements in terms array.
Definition at line 628 of file flecs.h.
◆ terms
Array containing terms for filter.
Definition at line 627 of file flecs.h.
◆ terms_owned
bool ecs_filter_t::terms_owned |
Is terms array owned by filter.
Definition at line 632 of file flecs.h.
◆ variable_names
char* ecs_filter_t::variable_names[1] |
Placeholder variable names array.
Definition at line 636 of file flecs.h.
◆ world
World mixin.
Definition at line 643 of file flecs.h.
The documentation for this struct was generated from the following file: