|
engine-mk1
|
Handles are used to abstract data access away from pointers. More...
#include <Misc.hpp>
Public Member Functions | |
| Handle (HandleType type) | |
| bool | operator== (const Handle &rhs) const noexcept |
| Basic equality comparator. More... | |
| bool | operator!= (const Handle &rhs) const noexcept |
| Basic inequality comparator. More... | |
Public Attributes | |
| HandleType | type |
| The type of the Handled object. More... | |
| HandleIndex | id |
| The indexed location of the Handled object. More... | |
Handles are used to abstract data access away from pointers.
|
inlinenoexcept |
Basic inequality comparator.
|
inlinenoexcept |
Basic equality comparator.
| HandleIndex Handle::id |
The indexed location of the Handled object.
| HandleType Handle::type |
The type of the Handled object.
1.8.11