|
co_ecs 0.9.0
Cobalt ECS
|
This is the complete list of members for co_ecs::entity_ref, including all inherited members.
| alive() const noexcept -> bool | co_ecs::entity_ref | inline |
| archetype() const noexcept -> const archetype & | co_ecs::entity_ref | inline |
| clone() const -> entity_ref | co_ecs::entity_ref | inline |
| clone(placeholder_entity placeholder) | co_ecs::entity_ref | inline |
| copy(base_registry &destination) const -> entity_ref | co_ecs::entity_ref | inline |
| copy(base_registry &destination, placeholder_entity placeholder) const | co_ecs::entity_ref | inline |
| destroy() | co_ecs::entity_ref | inline |
| entity_ref(base_registry ®istry, entity entity) noexcept | co_ecs::entity_ref | inline |
| get() -> C & | co_ecs::entity_ref | inline |
| get() const -> const C & | co_ecs::entity_ref | inline |
| get() -> decltype(auto) | co_ecs::entity_ref | inline |
| get() const -> decltype(auto) | co_ecs::entity_ref | inline |
| get_or_insert(auto &&... args) -> C & | co_ecs::entity_ref | inline |
| has() const noexcept -> bool | co_ecs::entity_ref | inline |
| move(base_registry &destination) -> entity_ref | co_ecs::entity_ref | inline |
| move(base_registry &destination, placeholder_entity placeholder) | co_ecs::entity_ref | inline |
| operator bool() const noexcept | co_ecs::entity_ref | inline |
| operator entity() const noexcept | co_ecs::entity_ref | inline |
| remove() -> entity_ref | co_ecs::entity_ref | inline |
| set(Args &&... args) -> entity_ref | co_ecs::entity_ref | inline |
| visit(auto &&func) | co_ecs::entity_ref | inline |
| visit(auto &&func) const | co_ecs::entity_ref | inline |