co_ecs 0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
co_ecs::entity_ref Member List

This is the complete list of members for co_ecs::entity_ref, including all inherited members.

alive() const noexcept -> boolco_ecs::entity_refinline
archetype() const noexcept -> const archetype &co_ecs::entity_refinline
clone() const -> entity_refco_ecs::entity_refinline
clone(placeholder_entity placeholder)co_ecs::entity_refinline
copy(base_registry &destination) const -> entity_refco_ecs::entity_refinline
copy(base_registry &destination, placeholder_entity placeholder) constco_ecs::entity_refinline
destroy()co_ecs::entity_refinline
entity_ref(base_registry &registry, entity entity) noexceptco_ecs::entity_refinline
get() -> C &co_ecs::entity_refinline
get() const -> const C &co_ecs::entity_refinline
get() -> decltype(auto)co_ecs::entity_refinline
get() const -> decltype(auto)co_ecs::entity_refinline
get_or_insert(auto &&... args) -> C &co_ecs::entity_refinline
has() const noexcept -> boolco_ecs::entity_refinline
move(base_registry &destination) -> entity_refco_ecs::entity_refinline
move(base_registry &destination, placeholder_entity placeholder)co_ecs::entity_refinline
operator bool() const noexceptco_ecs::entity_refinline
operator entity() const noexceptco_ecs::entity_refinline
remove() -> entity_refco_ecs::entity_refinline
set(Args &&... args) -> entity_refco_ecs::entity_refinline
visit(auto &&func)co_ecs::entity_refinline
visit(auto &&func) constco_ecs::entity_refinline