Atlas
A Convenient Entity Component System
|
This is the complete list of members for Atlas::Entity, including all inherited members.
addComponent(Component::Ptr Component) | Atlas::Entity | |
EntityManager class | Atlas::Entity | friend |
getAllComponents() const | Atlas::Entity | |
getComponent() const | Atlas::Entity | inline |
getComponentBits() const | Atlas::Entity | |
getID() const | Atlas::Entity | |
getSystemBits() const | Atlas::Entity | |
ID typedef | Atlas::Entity | |
isActive() const | Atlas::Entity | |
NonCopyable()=default | Atlas::NonCopyable | |
Ptr typedef | Atlas::Entity | |
removeComponent() | Atlas::Entity | inline |
removeSystemBit(const std::bitset< BITSIZE > &Bit) | Atlas::Entity | |
setActive(bool Flag) | Atlas::Entity | |
setSystemBit(const std::bitset< BITSIZE > &Bit) | Atlas::Entity | |
toString() const | Atlas::Entity | |
~NonCopyable() | Atlas::NonCopyable | inlinevirtual |