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

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

allocator_type typedefhelios::ecs::WorldCmdBuffer< Allocator >
Clear() noexcepthelios::ecs::WorldCmdBuffer< Allocator >inline
DeferredUpdate(this auto &&self, F &&command) -> decltype(std::forward< decltype(self)>(self))helios::ecs::WorldCmdBuffer< Allocator >inline
Empty() const noexcepthelios::ecs::WorldCmdBuffer< Allocator >inline
GetAllocator() const noexcept(std::is_nothrow_copy_constructible_v< allocator_type >)helios::ecs::WorldCmdBuffer< Allocator >inline
InsertResource(this auto &&self, T &&resource) -> decltype(std::forward< decltype(self)>(self))helios::ecs::WorldCmdBuffer< Allocator >inline
operator=(const WorldCmdBuffer &)=deletehelios::ecs::WorldCmdBuffer< Allocator >
operator=(WorldCmdBuffer &&)=deletehelios::ecs::WorldCmdBuffer< Allocator >
RemoveResource(this auto &&self) -> decltype(std::forward< decltype(self)>(self))helios::ecs::WorldCmdBuffer< Allocator >inline
Reserve(size_type capacity)helios::ecs::WorldCmdBuffer< Allocator >inline
Size() const noexcepthelios::ecs::WorldCmdBuffer< Allocator >inline
size_type typedefhelios::ecs::WorldCmdBuffer< Allocator >
TryInsertResource(this auto &&self, T &&resource) -> decltype(std::forward< decltype(self)>(self))helios::ecs::WorldCmdBuffer< Allocator >inline
TryRemoveResource(this auto &&self) -> decltype(std::forward< decltype(self)>(self))helios::ecs::WorldCmdBuffer< Allocator >inline
WorldCmdBuffer(CmdQueue< Allocator > &queue, allocator_type allocator=allocator_type{})helios::ecs::WorldCmdBuffer< Allocator >inlineexplicit
WorldCmdBuffer(CmdQueue< Allocator > &queue, std::pmr::memory_resource *resource)helios::ecs::WorldCmdBuffer< Allocator >inline
WorldCmdBuffer(CmdQueue< Allocator > &queue, std::nullptr_t)=deletehelios::ecs::WorldCmdBuffer< Allocator >
WorldCmdBuffer(const WorldCmdBuffer &)=deletehelios::ecs::WorldCmdBuffer< Allocator >
WorldCmdBuffer(WorldCmdBuffer &&)=deletehelios::ecs::WorldCmdBuffer< Allocator >
~WorldCmdBuffer()helios::ecs::WorldCmdBuffer< Allocator >inline