Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::worker_iterable< Components > Struct Template Reference
Inheritance diagram for flecs::worker_iterable< Components >:
[legend]

Public Member Functions

 worker_iterable (int32_t offset, int32_t limit, iterable< Components... > *it)
 
- Public Member Functions inherited from flecs::iterable< Components... >
void each (Func &&func) const
 Each iterator.
 
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.
 
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.
 
page_iterable< Components... > page (int32_t offset, int32_t limit)
 Page iterator.
 
worker_iterable< Components... > worker (int32_t index, int32_t count)
 Worker iterator.
 
int32_t count () const
 Return number of entities matched by iterable.
 
bool is_true () const
 Return whether iterable has any matches.
 
flecs::entity first () const
 Return first entity matched by iterable.
 

Protected Member Functions

ecs_iter_t get_iter (flecs::world_t *) const
 
ecs_iter_next_action_t next_action () const
 
ecs_iter_next_action_t next_each_action () const
 
- Protected Member Functions inherited from flecs::iterable< Components... >
void iterate (flecs::world_t *stage, Func &&func, NextFunc next, Args &&... args) const
 
flecs::entity iterate_find (flecs::world_t *stage, Func &&func, NextFunc next, Args &&... args) const
 

Additional Inherited Members

- Protected Attributes inherited from flecs::iterable< Components... >
friend iter_iterable< Components... >
 
friend page_iterable< Components... >
 
friend worker_iterable< Components... >
 

Detailed Description

template<typename ... Components>
struct flecs::worker_iterable< Components >

Definition at line 304 of file iterable.hpp.

Constructor & Destructor Documentation

◆ worker_iterable()

template<typename ... Components>
flecs::worker_iterable< Components >::worker_iterable ( int32_t offset,
int32_t limit,
iterable< Components... > * it )
inline

Definition at line 305 of file iterable.hpp.

Member Function Documentation

◆ get_iter()

template<typename ... Components>
ecs_iter_t flecs::worker_iterable< Components >::get_iter ( flecs::world_t * ) const
inlineprotectedvirtual

Implements flecs::iterable< Components... >.

Definition at line 313 of file iterable.hpp.

◆ next_action()

template<typename ... Components>
ecs_iter_next_action_t flecs::worker_iterable< Components >::next_action ( ) const
inlineprotectedvirtual

Implements flecs::iterable< Components... >.

Definition at line 317 of file iterable.hpp.

◆ next_each_action()

template<typename ... Components>
ecs_iter_next_action_t flecs::worker_iterable< Components >::next_each_action ( ) const
inlineprotectedvirtual

Implements flecs::iterable< Components... >.

Definition at line 321 of file iterable.hpp.


The documentation for this struct was generated from the following file: