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

This is the complete list of members for helios::ecs::MessageWrapperIter< T >, including all inherited members.

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