Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::InvokeCtx Struct Reference

Public Member Functions

 InvokeCtx (flecs::table_t *table_arg)

Public Attributes

flecs::table_t * table
size_t component_count = 0
IdArray added = {}

Detailed Description

template<typename ... Args>
struct flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::InvokeCtx

Definition at line 792 of file delegate.hpp.

Constructor & Destructor Documentation

◆ InvokeCtx()

template<typename ... Args>
flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::InvokeCtx::InvokeCtx ( flecs::table_t * table_arg)
inline

Definition at line 793 of file delegate.hpp.

Member Data Documentation

◆ added

template<typename ... Args>
IdArray flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::InvokeCtx::added = {}

Definition at line 796 of file delegate.hpp.

◆ component_count

template<typename ... Args>
size_t flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::InvokeCtx::component_count = 0

Definition at line 795 of file delegate.hpp.

◆ table

template<typename ... Args>
flecs::table_t* flecs::_::entity_with_delegate_impl< arg_list< Args ... > >::InvokeCtx::table

Definition at line 794 of file delegate.hpp.


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