|
| worker_iterable (int32_t offset, int32_t limit, iterable< Components... > *it) |
|
void | each (Func &&func) const |
| Each iterator. More...
|
|
void | each (flecs::world_t *world, Func &&func) const |
|
void | each (flecs::iter &it, Func &&func) const |
|
void | each (flecs::entity e, Func &&func) const |
|
flecs::entity | find (Func &&func) const |
|
void | iter (Func &&func) const |
| Iter iterator. More...
|
|
void | iter (flecs::world_t *world, Func &&func) const |
|
void | iter (flecs::iter &it, Func &&func) const |
|
void | iter (flecs::entity e, Func &&func) const |
|
iter_iterable< Components... > | iter (flecs::world_t *world=nullptr) const |
| Create iterator. More...
|
|
page_iterable< Components... > | page (int32_t offset, int32_t limit) |
| Page iterator. More...
|
|
worker_iterable< Components... > | worker (int32_t index, int32_t count) |
| Worker iterator. More...
|
|
int32_t | count () const |
| Return number of entities matched by iterable. More...
|
|
bool | is_true () const |
| Return whether iterable has any matches. More...
|
|
flecs::entity | first () const |
| Return first entity matched by iterable. More...
|
|
template<typename ... Components>
struct flecs::worker_iterable< Components >
Definition at line 304 of file iterable.hpp.