![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
One lookup-key record collected while indexing a single archetype. More...
#include <query_common.h>
Public Member Functions | |
| GAIA_NODISCARD bool | matches (EntityLookupKey other) const |
| Tests whether this item represents a lookup key. | |
Public Attributes | |
| EntityLookupKey | key = EntityBadLookupKey |
| Entity or wildcard-pair lookup key represented by this record. | |
| ComponentIndexEntry | entry {} |
| Reverse-index data associated with key. | |
One lookup-key record collected while indexing a single archetype.
|
inline |
Tests whether this item represents a lookup key.
| other | Lookup key to compare. |