NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Types | Public Member Functions | Public Attributes | List of all members
ns::ecs::detail::components_view< TEntity, TComps > Struct Template Reference

Public Types

using components_pool_super = typename components_pool< TEntity >::super
 

Public Member Functions

 components_view (components_pool< TEntity, TComps > &... components)
 
template<typename... Comps>
auto get (const TEntity ent) const -> decltype(auto)
 
auto for_each (std::function< void(Entity, TComps &...)> fn)
 
auto for_each (std::function< void(Entity)> fn)
 
auto for_each (std::function< void(TComps &...)> fn)
 
auto for_each_pair (std::function< void(Entity, Entity)> fn)
 

Public Attributes

const components_pool_super * ref_set
 
const std::tuple< components_pool< TEntity, TComps > *... > pools
 

Detailed Description

template<typename TEntity, typename... TComps>
struct ns::ecs::detail::components_view< TEntity, TComps >

Definition at line 15 of file View.hpp.


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