Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::vm::detail::QueryCompileCtx Struct Reference

Public Attributes

cnt::darray< CompiledOpops
 
cnt::sarray_ext< Entity, MAX_ITEMS_IN_QUERY > ids_all
 Array of ops that can be evaluated with a ALL opcode.
 
cnt::sarray_ext< Entity, MAX_ITEMS_IN_QUERY > ids_any
 Array of ops that can be evaluated with a ANY opcode.
 
cnt::sarray_ext< Entity, MAX_ITEMS_IN_QUERY > ids_not
 Array of ops that can be evaluated with a NOT opcode.
 

The documentation for this struct was generated from the following file: