Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::ecs::BasicQueryIter< IsConst, Components > Member List

This is the complete list of members for helios::ecs::BasicQueryIter< IsConst, Components >, including all inherited members.

All(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
Any(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
BasicQueryIter(std::span< const std::reference_wrapper< const Archetype > > archetypes, ComponentManagerType &components, size_t archetype_index, size_t entity_index, std::span< const ComponentTypeIndex > without_types={}) noexcepthelios::ecs::BasicQueryIter< IsConst, Components >inline
BasicQueryIter(const BasicQueryIter &) noexcept=defaulthelios::ecs::BasicQueryIter< IsConst, Components >
BasicQueryIter(BasicQueryIter &&) noexcept=defaulthelios::ecs::BasicQueryIter< IsConst, Components >
begin() const noexcepthelios::ecs::BasicQueryIter< IsConst, Components >inline
Chain(OtherIter begin, OtherIter end) const noexcept(noexcept(ChainAdapter< BasicQueryIter< IsConst, Components... >, OtherIter >(GetDerived().begin(), GetDerived().end(), std::move(begin), std::move(end))))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Collect() consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
CollectWith(Allocator allocator={}) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
ComponentManagerType typedefhelios::ecs::BasicQueryIter< IsConst, Components >
CountIf(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
difference_type typedefhelios::ecs::BasicQueryIter< IsConst, Components >
end() const noexcepthelios::ecs::BasicQueryIter< IsConst, Components >inline
Enumerate() const noexcept(noexcept(EnumerateAdapter< BasicQueryIter< IsConst, Components... > >(GetDerived().begin(), GetDerived().end())))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Filter(Pred predicate) const noexcept(noexcept(FilterAdapter< BasicQueryIter< IsConst, Components... >, Pred >(GetDerived().begin(), GetDerived().end(), std::move(predicate))))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Find(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
Fold(T init, const Folder &folder) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
ForEach(const Action &action) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
GetDerived() noexcepthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inlineprotected
GroupBy(const KeyFunc &key_func) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
GroupByWith(const KeyFunc &key_func, MapAllocator map_allocator, ValueAllocator value_allocator) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
Inspect(Func inspector) const noexcept(noexcept(InspectAdapter< BasicQueryIter< IsConst, Components... >, Func >(GetDerived().begin(), GetDerived().end(), std::move(inspector))))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Into(OutIt out) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
iterator_category typedefhelios::ecs::BasicQueryIter< IsConst, Components >
iterator_concept typedefhelios::ecs::BasicQueryIter< IsConst, Components >
Map(Func transform) const noexcept(noexcept(MapAdapter< BasicQueryIter< IsConst, Components... >, Func >(GetDerived().begin(), GetDerived().end(), std::move(transform))))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
MaxBy(const KeyFunc &key_func) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
MinBy(const KeyFunc &key_func) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
None(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
operator!=(const BasicQueryIter &other) const noexcepthelios::ecs::BasicQueryIter< IsConst, Components >inline
operator*() consthelios::ecs::BasicQueryIter< IsConst, Components >inline
operator++()helios::ecs::BasicQueryIter< IsConst, Components >inline
operator++(int)helios::ecs::BasicQueryIter< IsConst, Components >inline
operator--()helios::ecs::BasicQueryIter< IsConst, Components >inline
operator--(int)helios::ecs::BasicQueryIter< IsConst, Components >inline
operator->() const =deletehelios::ecs::BasicQueryIter< IsConst, Components >
operator=(const BasicQueryIter &) noexcept=defaulthelios::ecs::BasicQueryIter< IsConst, Components >
operator=(BasicQueryIter &&) noexcept=defaulthelios::ecs::BasicQueryIter< IsConst, Components >
operator==(const BasicQueryIter &other) const noexcepthelios::ecs::BasicQueryIter< IsConst, Components >inline
Partition(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
PartitionWith(const Pred &predicate, Allocator allocator) consthelios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >
pointer typedefhelios::ecs::BasicQueryIter< IsConst, Components >
reference typedefhelios::ecs::BasicQueryIter< IsConst, Components >
Reverse() const noexcept(noexcept(ReverseAdapter< BasicQueryIter< IsConst, Components... > >(GetDerived().begin(), GetDerived().end())))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Skip(size_t count) const noexcept(noexcept(SkipAdapter< BasicQueryIter< IsConst, Components... > >(GetDerived().begin(), GetDerived().end(), count)))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
SkipWhile(Pred predicate) const noexcept(noexcept(SkipWhileAdapter< BasicQueryIter< IsConst, Components... >, Pred >(GetDerived().begin(), GetDerived().end(), std::move(predicate))))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Slide(size_t window_size) const noexcept(noexcept(SlideAdapter< BasicQueryIter< IsConst, Components... > >(GetDerived().begin(), GetDerived().end(), window_size)))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
StepBy(size_t step) const noexcept(noexcept(StepByAdapter< BasicQueryIter< IsConst, Components... > >(GetDerived().begin(), GetDerived().end(), step)))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Stride(size_t stride) const noexcept(noexcept(StrideAdapter< BasicQueryIter< IsConst, Components... > >(GetDerived().begin(), GetDerived().end(), stride)))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
Take(size_t count) const noexcept(noexcept(TakeAdapter< BasicQueryIter< IsConst, Components... > >(GetDerived().begin(), GetDerived().end(), count)))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
TakeWhile(Pred predicate) const noexcept(noexcept(TakeWhileAdapter< BasicQueryIter< IsConst, Components... >, Pred >(GetDerived().begin(), GetDerived().end(), std::move(predicate))))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
value_type typedefhelios::ecs::BasicQueryIter< IsConst, Components >
Zip(OtherIter begin, OtherIter end) const noexcept(noexcept(ZipAdapter< BasicQueryIter< IsConst, Components... >, OtherIter >(GetDerived().begin(), GetDerived().end(), std::move(begin), std::move(end))))helios::utils::FunctionalAdapterBase< BasicQueryIter< IsConst, Components... > >inline
~BasicQueryIter() noexcept=defaulthelios::ecs::BasicQueryIter< IsConst, Components >