Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::ecs::details::QueryIterator< Components > Member List

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

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