Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::entity_observer_delegate< Func > Struct Template Reference
Inheritance diagram for flecs::_::entity_observer_delegate< Func >:
flecs::_::delegate

Public Member Functions

 entity_observer_delegate (Func &&func) noexcept
 

Static Public Member Functions

static void run (ecs_iter_t *iter)
 

Detailed Description

template<typename Func>
struct flecs::_::entity_observer_delegate< Func >

Definition at line 580 of file delegate.hpp.

Constructor & Destructor Documentation

◆ entity_observer_delegate()

template<typename Func >
flecs::_::entity_observer_delegate< Func >::entity_observer_delegate ( Func &&  func)
inlineexplicitnoexcept

Definition at line 581 of file delegate.hpp.

Member Function Documentation

◆ run()

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

Definition at line 585 of file delegate.hpp.


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