Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::ecs::BasicQueryBuilder< WorldT, Allocator > Member List

This is the complete list of members for helios::ecs::BasicQueryBuilder< WorldT, Allocator >, including all inherited members.

allocator_type typedefhelios::ecs::BasicQueryBuilder< WorldT, Allocator >
BasicQueryBuilder(WorldT &world, Allocator alloc={}) noexcepthelios::ecs::BasicQueryBuilder< WorldT, Allocator >inlineexplicit
BasicQueryBuilder(WorldT &world, const app::AccessPolicy &policy, Allocator alloc={})helios::ecs::BasicQueryBuilder< WorldT, Allocator >inline
BasicQueryBuilder(const BasicQueryBuilder &)=deletehelios::ecs::BasicQueryBuilder< WorldT, Allocator >
BasicQueryBuilder(BasicQueryBuilder &&) noexcept=defaulthelios::ecs::BasicQueryBuilder< WorldT, Allocator >
Get(this auto &&self) -> BasicQuery< WorldT, Allocator, Comps... >helios::ecs::BasicQueryBuilder< WorldT, Allocator >inline
Get(this auto &&self) -> BasicQuery< WorldT, Allocator >helios::ecs::BasicQueryBuilder< WorldT, Allocator >inline
get_allocator() const noexcepthelios::ecs::BasicQueryBuilder< WorldT, Allocator >inline
operator=(const BasicQueryBuilder &)=deletehelios::ecs::BasicQueryBuilder< WorldT, Allocator >
operator=(BasicQueryBuilder &&) noexcept=defaulthelios::ecs::BasicQueryBuilder< WorldT, Allocator >
With(this auto &&self) -> decltype(std::forward< decltype(self)>(self))helios::ecs::BasicQueryBuilder< WorldT, Allocator >inline
Without(this auto &&self) -> decltype(std::forward< decltype(self)>(self))helios::ecs::BasicQueryBuilder< WorldT, Allocator >inline
~BasicQueryBuilder()=defaulthelios::ecs::BasicQueryBuilder< WorldT, Allocator >