|
Bomberman
|
A basic view used to manipulate view without knowing their type at compile time. More...
#include <View.hpp>
Public Member Functions | |
| virtual const std::vector< std::type_index > & | getTypes () const =0 |
| The list of types that every entity of the view has. More... | |
| virtual void | emplace_back (Entity &)=0 |
| virtual void | erase (const Entity &)=0 |
| virtual | ~IView ()=default |
| A default destructor. More... | |
A basic view used to manipulate view without knowing their type at compile time.
|
virtualdefault |
A default destructor.
|
pure virtual |
Implemented in WAL::View< Components >.
|
pure virtual |
Implemented in WAL::View< Components >.
|
pure virtual |
The list of types that every entity of the view has.
Implemented in WAL::View< Components >.
1.8.17