![]() |
Flecs v3.2
A fast entity component system (ECS) for C & C++
|
Public Types | |
using | ColumnArray = flecs::array< int32_t, sizeof...(Args)> |
using | ArrayType = flecs::array< void *, sizeof...(Args)> |
using | DummyArray = flecs::array< int, sizeof...(Args)> |
using | IdArray = flecs::array< id_t, sizeof...(Args)> |
Static Public Member Functions | |
static bool | const_args () |
static bool | get_ptrs (world_t *world, const ecs_record_t *r, ecs_table_t *table, ArrayType &ptrs) |
static bool | get_mut_ptrs (world_t *world, ecs_entity_t e, ArrayType &ptrs) |
template<typename Func > | |
static bool | invoke_read (world_t *world, entity_t e, const Func &func) |
template<typename Func > | |
static bool | invoke_write (world_t *world, entity_t e, const Func &func) |
template<typename Func > | |
static bool | invoke_get (world_t *world, entity_t e, const Func &func) |
static size_t | store_added (IdArray &added, size_t elem, ecs_table_t *prev, ecs_table_t *next, id_t id) |
template<typename Func > | |
static bool | invoke_get_mut (world_t *world, entity_t id, const Func &func) |
Definition at line 653 of file delegate.hpp.
using flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::ArrayType = flecs::array<void*, sizeof...(Args)> |
Definition at line 655 of file delegate.hpp.
using flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::ColumnArray = flecs::array<int32_t, sizeof...(Args)> |
Definition at line 654 of file delegate.hpp.
using flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::DummyArray = flecs::array<int, sizeof...(Args)> |
Definition at line 656 of file delegate.hpp.
using flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::IdArray = flecs::array<id_t, sizeof...(Args)> |
Definition at line 657 of file delegate.hpp.
|
inlinestatic |
Definition at line 659 of file delegate.hpp.
|
inlinestatic |
Definition at line 703 of file delegate.hpp.
|
inlinestatic |
Definition at line 673 of file delegate.hpp.
|
inlinestatic |
Definition at line 761 of file delegate.hpp.
|
inlinestatic |
Definition at line 783 of file delegate.hpp.
|
inlinestatic |
Definition at line 715 of file delegate.hpp.
|
inlinestatic |
Definition at line 738 of file delegate.hpp.
|
inlinestatic |
Definition at line 770 of file delegate.hpp.