![]() |
Flecs v4.0
A fast entity component system (ECS) for C & C++
|
This is the complete list of members for flecs::worker_iterable< Components >, including all inherited members.
count() const | flecs::iterable< Components... > | inline |
each(Func &&func) const | flecs::iterable< Components... > | inline |
first() const | flecs::iterable< Components... > | inline |
get_iter(flecs::world_t *) const (defined in flecs::worker_iterable< Components >) | flecs::worker_iterable< Components > | inlineprotectedvirtual |
is_true() const | flecs::iterable< Components... > | inline |
iter(flecs::world_t *world=nullptr) const | flecs::iterable< Components... > | |
next_action() const (defined in flecs::worker_iterable< Components >) | flecs::worker_iterable< Components > | inlineprotectedvirtual |
page(int32_t offset, int32_t limit) | flecs::iterable< Components... > | |
run(Func &&func) const | flecs::iterable< Components... > | inline |
worker(int32_t index, int32_t count) | flecs::iterable< Components... > | |
worker_iterable(int32_t offset, int32_t limit, iterable< Components... > *it) (defined in flecs::worker_iterable< Components >) | flecs::worker_iterable< Components > | inline |