|
NasNas
An intuitive and beginner friendly 2D game framework for C++
|
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 |
Definition at line 70 of file Storage.hpp.
1.8.13