Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
invoker.hpp File Reference

Utilities for invoking each/iter callbacks. More...

Go to the source code of this file.

Classes

struct  flecs::_::component_binding_ctx
 
struct  flecs::_::term_ptr
 
struct  flecs::_::term_ptrs< Components >
 
struct  flecs::_::invoker
 
struct  flecs::_::each_column< T, typename >
 
struct  flecs::_::each_column_base
 
struct  flecs::_::each_column< T, if_t< !is_pointer< T >::value &&!is_empty< actual_type_t< T > >::value &&is_actual< T >::value > >
 
struct  flecs::_::each_column< T, if_t< !is_pointer< T >::value &&!is_empty< actual_type_t< T > >::value &&!is_actual< T >::value > >
 
struct  flecs::_::each_column< T, if_t< is_empty< actual_type_t< T > >::value &&!is_pointer< T >::value > >
 
struct  flecs::_::each_column< T, if_t< is_pointer< T >::value &&!is_empty< actual_type_t< T > >::value > >
 
struct  flecs::_::each_ref_column< T, typename >
 
struct  flecs::_::each_invoker< Func, Components >
 
struct  flecs::_::iter_invoker< Func, Components >
 
struct  flecs::_::entity_with_invoker_impl< arg_list< Args ... > >
 
struct  flecs::_::entity_with_invoker< Func, U >
 
struct  flecs::_::entity_with_invoker< Func, if_t< is_callable< Func >::value > >
 

Namespaces

namespace  flecs::_
 Int to enum.
 

Detailed Description

Utilities for invoking each/iter callbacks.

Definition in file invoker.hpp.