R-TYPE
|
#include <Id.hpp>
Public Member Functions | |
ID (int id) noexcept | |
ID (ID &&) noexcept=delete | |
~ID () noexcept override=default | |
ID & | operator= (const ID &) const noexcept=delete |
ID & | operator= (ID &&) const noexcept=delete |
int | getID () const noexcept |
void | setID (int id) noexcept |
![]() | |
virtual | ~IComp () noexcept=default |
Public Attributes | |
noexcept | |
|
explicitnoexcept |
It takes an integer and assigns it to the _id member variable
id | The id of the entity. |
|
explicitdeletenoexcept |
|
overridedefaultnoexcept |
|
noexcept |
ECS::ID::noexcept |