|
Architecture Arcade
Architecture Commune Arcade
|
This is the complete list of members for Arcade::ECS::IEntity, including all inherited members.
| addComponent(std::shared_ptr< IComponent > component)=0 | Arcade::ECS::IEntity | pure virtual |
| getComponents() const =0 | Arcade::ECS::IEntity | pure virtual |
| getComponents(CompType type) const =0 | Arcade::ECS::IEntity | pure virtual |
| getComponents(const std::string &id)=0 | Arcade::ECS::IEntity | pure virtual |
| getId() const =0 | Arcade::ECS::IEntity | pure virtual |
| removeComponent(const std::string &id)=0 | Arcade::ECS::IEntity | pure virtual |
| removeComponent(CompType type)=0 | Arcade::ECS::IEntity | pure virtual |
| ~IEntity()=default | Arcade::ECS::IEntity | virtual |