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

Public Member Functions

 entity_payload_observer_delegate (Func &&func) noexcept
 

Static Public Member Functions

static void run (ecs_iter_t *iter)
 

Detailed Description

template<typename Func, typename Event>
struct flecs::_::entity_payload_observer_delegate< Func, Event >

Definition at line 619 of file delegate.hpp.

Constructor & Destructor Documentation

◆ entity_payload_observer_delegate()

template<typename Func , typename Event >
flecs::_::entity_payload_observer_delegate< Func, Event >::entity_payload_observer_delegate ( Func && func)
inlineexplicitnoexcept

Definition at line 620 of file delegate.hpp.

Member Function Documentation

◆ run()

template<typename Func , typename Event >
static void flecs::_::entity_payload_observer_delegate< Func, Event >::run ( ecs_iter_t * iter)
inlinestatic

Definition at line 624 of file delegate.hpp.


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