NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Types | List of all members
ns::ecs::detail::components_pool< TEntity,... > Struct Template Reference
Inheritance diagram for ns::ecs::detail::components_pool< TEntity,... >:
ns::ecs::detail::sparse_set< TEntity >

Public Types

using super = sparse_set< TEntity >
 

Additional Inherited Members

- Public Member Functions inherited from ns::ecs::detail::sparse_set< TEntity >
auto data () const -> const std::vector< TEntity > &
 
void append (TEntity elmnt)
 
virtual void remove (TEntity elmnt)
 
auto size () const -> std::size_t
 
auto contains (TEntity elmnt) const -> bool
 
auto index (TEntity elmnt) const -> std::size_t
 

Detailed Description

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

Definition at line 70 of file Storage.hpp.


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