![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Internal representation of QueryInput. More...
#include <query_common.h>
Public Member Functions | |
| bool | operator== (const QueryTerm &other) const |
| bool | operator!= (const QueryTerm &other) const |
Public Attributes | |
| Entity | id |
| Queried id. | |
| Entity | src |
| Source of where the queried id is looked up at. | |
| Archetype * | srcArchetype |
| Archetype of the src entity. | |
| QueryOpKind | op |
| Operation to perform with the term. | |
Internal representation of QueryInput.