|
| 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) |
|
|
const components_pool_super * | ref_set |
|
const std::tuple< components_pool< TEntity, TComps > *... > | pools |
|
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: