![]() |
Flecs v3.2
A fast entity component system (ECS) for C & C++
|
Public Types | |
using | Terms = typename term_ptrs< Components ... >::array |
Public Member Functions | |
template<if_not_t< is_same< decay_t< Func >, decay_t< Func > & >::value > = 0> | |
find_delegate (Func &&func) noexcept | |
find_delegate (const Func &func) noexcept | |
flecs::entity | invoke (ecs_iter_t *iter) const |
Static Public Member Functions | |
static bool | instanced () |
Static Public Attributes | |
static constexpr bool | PassEntity |
static constexpr bool | PassIter |
Definition at line 347 of file delegate.hpp.
using flecs::_::find_delegate< Func, Components >::Terms = typename term_ptrs<Components ...>::array |
Definition at line 361 of file delegate.hpp.
|
inlineexplicitnoexcept |
Definition at line 364 of file delegate.hpp.
|
inlineexplicitnoexcept |
Definition at line 367 of file delegate.hpp.
|
inlinestatic |
Definition at line 384 of file delegate.hpp.
|
inline |
Definition at line 373 of file delegate.hpp.
|
staticconstexpr |
Definition at line 350 of file delegate.hpp.
|
staticconstexpr |
Definition at line 355 of file delegate.hpp.