Structure EntityId_t, entity id part of GUID_t.
More...
#include <EntityId_t.hpp>
|
static constexpr unsigned int | size = 4 |
|
Structure EntityId_t, entity id part of GUID_t.
◆ EntityId_t() [1/4]
Default constructor. Unknown entity.
◆ EntityId_t() [2/4]
Main constructor.
- Parameters
-
◆ EntityId_t() [3/4]
◆ EntityId_t() [4/4]
◆ cmp()
Entity Id compare static method.
- Parameters
-
entity1 | First entity id to compare |
entity2 | Second entity id to compare |
- Returns
- 0 if
entity1
is equal to entity2
.
-
< 0 if
entity1
is lower than entity2
.
-
> 0 if
entity1
is higher than entity2
.
◆ is_reader()
◆ is_writer()
◆ operator<()
Entity Id minor operator.
- Parameters
-
other | Second entity id to compare |
- Returns
- True if
other
is higher than this
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
Assignment operator.
- Parameters
-
◆ reverse()
◆ to_uint32()
uint32_t to_uint32 |
( |
| ) |
const |
|
inline |
conversion to uint32_t
- Returns
- uint32_t representation
◆ unknown()
◆ size
◆ value
The documentation for this struct was generated from the following file: