![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Callback adapter that sets iterator context before invoking an Iter& user callback.
More...
#include <query.h>
Public Member Functions | |
| void | operator() (Iter &it) |
| Invokes the stored callback for it. | |
Public Attributes | |
| QueryImpl * | pSelf = nullptr |
| Query owning the runtime context pointer. | |
| Func | func |
| User callback copied into the deferred job context. | |
Callback adapter that sets iterator context before invoking an Iter& user callback.
| Func | User callback type invocable with Iter&. |
|
inline |
Invokes the stored callback for it.
| it | Iterator prepared for the current query batch. |